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.
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:
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 READMElist_docsList all available documentation sets
get_docs_indexRetrieves a condensed, LLM-friendly index of a documentation set
get_docs_fullRetrieves a complete documentation set in a single consolidated file
search_docsSearch a documentation set by keywords
get_docs_pageRetrieves a specific page of a documentation set
Comparable tools
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.
- Story by vivekkalyan · 2025-04-02
Compare atlas-docs-mcp with
Last updated · Auto-generated from public README + GitHub signals.