jdocmunch-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
jdocmunch-mcp by jgravelle | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 171 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
jdocmunch-mcp · Summary
MCP server for efficient documentation exploration via structured section indexing, reducing token consumption by 95% compared to traditional approaches.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
jdocmunch-mcp · Use cases
- Efficient documentation exploration for AI agents working with large codebases
- Token-optimized retrieval of specific configuration sections from documentation
- Context-aware documentation navigation without loading entire files
- Structured knowledge extraction from technical documentation with preserved hierarchy
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
jdocmunch-mcp · Install
Installation
**Prerequisites**
- Python 3.10+
- pip
**Install via pip:**
pip install jdocmunch-mcp**Configure Claude Desktop:** Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"jdocmunch": {
"command": "uvx",
"args": ["jdocmunch-mcp"]
}
}
}For optional AI summaries and GitHub auth:
{
"mcpServers": {
"jdocmunch": {
"command": "uvx",
"args": ["jdocmunch-mcp"],
"env": {
"GITHUB_TOKEN": "ghp_...",
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}After saving, restart Claude Desktop.
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"]
}
}
}