context-space vs time
Side-by-side comparison to help you pick between these two MCP servers.
context-space by context-space | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 809 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 7 mo ago | this month |
context-space · Summary
Context Space provides unified MCP tools and verified integrations for AI agents with enterprise-grade security and a 5-minute setup.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
context-space · Use cases
- Enabling AI agents to securely interact with GitHub repositories, issues, and pull requests
- Allowing AI assistants to access and manage Slack team conversations and channels
- Connecting AI systems to Notion documentation and project management content
- Providing real-time web search capabilities to AI agents
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
context-space · Install
Installation
Claude Desktop Integration
Add Context Space to Claude Desktop via MCP:
{
"mcpServers": {
"context-space": {
"command": "npx",
"args": ["@contextspace/mcp-server"],
"env": {
"CONTEXT_SPACE_API_KEY": "your_api_key_here"
}
}
}
}CLI Integration
For Claude Code:
claude mcp add "context-space" https://api.context.space/api/mcp --header "Authorization: Bearer YOUR_API_KEY"Cursor IDE Integration
Use the deep link: cursor://add-to-context-space
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"]
}
}
}