atlas-docs-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
atlas-docs-mcp by CartographAI | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 35 | ★ 85,748 |
| 30d uses | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 13 mo ago | this month |
atlas-docs-mcp · Summary
An MCP server providing clean markdown documentation for popular libraries and frameworks to enhance LLM code generation accuracy.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
atlas-docs-mcp · Use cases
- Improving code generation accuracy for less popular libraries
- Providing up-to-date documentation for newly released frameworks
- Enabling AI assistants to correctly implement libraries like Astro, Prisma, and shadcn/ui
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
atlas-docs-mcp · Install
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]time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}