MCP Catalogs
Homeatlas-docs-mcp screenshot

atlas-docs-mcp

by CartographAI·35·Score 38

An MCP server providing clean markdown documentation for popular libraries and frameworks to enhance LLM code generation accuracy.

developer-toolsai-llmother
7
Forks
2
Open issues
13 mo ago
Last commit
2d ago
Indexed

Overview

Atlas Docs MCP server processes official documentation of various libraries and frameworks into clean, markdown versions optimized for LLM consumption. It addresses the common issue of LLMs generating incorrect code when using less popular or newly released libraries by providing accurate, up-to-date technical documentation through the Model Context Protocol. The server offers multiple tools for accessing documentation, including listing available docs, retrieving indexes, searching by keywords, and accessing specific pages.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Improving code generation accuracy for less popular libraries
you:Providing up-to-date documentation for newly released frameworks
you:Enabling AI assistants to correctly implement libraries like Astro, Prisma, and shadcn/ui
you:What libraries are currently supported?
you:How do I use the documentation tools effectively?

When to choose this

Choose this MCP server when working with less popular or newly released libraries that LLMs may not have been trained on, and you need reliable, up-to-date documentation references.

When NOT to choose this

Don't choose this if you need documentation for very niche libraries not in their supported list, or if you require offline access to documentation.

Tools this server exposes

5 tools extracted from the README
  • list_docs

    List all available documentation sets

  • get_docs_index

    Retrieves a condensed, LLM-friendly index of a documentation set

  • get_docs_full

    Retrieves a complete documentation set in a single consolidated file

  • search_docs

    Search a documentation set by keywords

  • get_docs_page

    Retrieves a specific page of a documentation set

Comparable tools

docs-mcpdocumentation-fetchernpx-doc-search

Installation

Install the Atlas Docs MCP server using the following configuration in your MCP client:

{
  "mcpServers": {
    "atlas-docs": {
      "command": "npx",
      "args": ["-y", "@cartographai/atlas-docs-mcp"]
    }
  }
}

Alternatively, install via Smithery:

npx -y @smithery/cli install @CartographAI/atlas-docs-mcp --client [claude|cursor|cline|windsurf]

FAQ

What libraries are currently supported?
The server supports popular libraries like AI-SDK, Astro, Prisma, shadcn/ui, and many others. A full list is available in the README, and you can request additional libraries by opening an issue.
How do I use the documentation tools effectively?
When prompting your model, explicitly instruct it to check the documentation using Atlas Docs tools. For example: 'Use the tools to check the documentation for Astro to ensure that you use the library correctly.'

On Hacker News

Recent discussion from the developer community.

Compare atlas-docs-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.