Labsco
MCP SERVER

Angular MCP Server

by SAIPRANAY-GANGULA

Put Angular's documentation behind the agent: search it by keyword or category, pull a topic in full, and fetch code examples for a named concept.

Framework & SDK Documentation LookupVerified
Summary
A documentation reader rather than a code assistant: it answers what Angular says about a thing, and stops there.

The split is the useful design decision — list_angular_categories supplies the vocabulary, search_angular_docs narrows within it, and get_angular_topic and find_angular_examples fetch the prose and the code separately, so an agent can bring back a concept without a whole page landing in context. No tool here takes a path or a project, so it will not tell you whether your code matches what it found.

What it is

A documentation lookup surface for Angular, offering keyword search, per-topic retrieval, the category index, a framework overview and an example finder.

What you get
  • Search: search_angular_docs takes a query, narrowed by category and bounded by limit.
  • Whole topics: get_angular_topic returns the detail for a named topic rather than a list of hits.
  • The category index: list_angular_categories returns the documentation categories available, which is what the category argument on search_angular_docs expects.
  • Orientation: get_angular_overview returns an overview of the framework and its features and takes no arguments.
  • Code: find_angular_examples returns code examples and practical implementations for a named concept.
Requirements

Nothing — no account, no key.

Setup effort

One command — npx angular-mcp-server