Atlas Docs MCP is an MCP server that provide LLMs hosted, clean markdown documentation of libraries and frameworks. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 47/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"atlas-docs": {
"args": [
"-y",
"@cartographai/atlas-docs-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides AI assistants with documentation for libraries and frameworks.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@CartographAI/atlas-docs-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @CartographAI/atlas-docs-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / education
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Chrome DevTools for coding agents
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for Atlas Docs Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides AI assistants with documentation for libraries and frameworks.
[!WARNING] Atlas Docs is currently in beta. Not everything might work perfectly, but we're actively improving the service. Your patience and feedback are greatly appreciated!
LLMs are great at generating general code, but suck at correctly using less popular or newly released libraries. This isn't surprising, since the models have not been trained comprehensively on code using these libraries.
Atlas Docs MCP server:
Claude 3.5 Sonnet on its own:
Claude 3.5 Sonnet with Atlas Docs MCP:
Atlas Docs MCP server works with any MCP client that supports the stdio protocol, including:
Add the following to your MCP client configuration file:
{
"mcpServers": {
"atlas-docs": {
"command": "npx",
"args": ["-y", "@cartographai/atlas-docs-mcp"]
}
}
}
That's it! You may need to restart the app (for Claude Desktop) for the server to be recognised.
Tip: Prompt your model to check the docs eg. "Use the tools to check the documentation for Astro to ensure that you use the library correctly."
Alternatively, you can install Atlas Docs MCP automatically via Smithery. Example for claude desktop:
npx -y @smithery/cli install @CartographAI/atlas-docs-mcp --client claude
Change "claude" to "cursor", "cline" or "windsurf" for the respective clients.