mcp-tool-kit vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-tool-kit by getfounded | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 107 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | File SystemDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 10 mo ago | this month |
mcp-tool-kit · Summary
MCP Tool Kit provides a Python framework with 120+ tools for building vertical AI agents with automatic discovery.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-tool-kit · Use cases
- Building specialized document analysis AI agents with PDF/Excel processing capabilities
- Creating research assistants with web search and data analysis tools
- Developing productivity tools with filesystem operations and time zone conversions
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
mcp-tool-kit · Install
Installation
Quick Install
Windows (PowerShell)
irm https://raw.githubusercontent.com/getfounded/mcp-tool-kit/main/install.ps1 | iexmacOS (Terminal)
bash <(curl -s https://raw.githubusercontent.com/getfounded/mcp-tool-kit/main/install.sh)Linux (Terminal)
bash <(wget -qO- https://raw.githubusercontent.com/getfounded/mcp-tool-kit/main/install.sh)Claude Desktop Configuration
Add to Claude Desktop configuration:
{
"mcpServers": {
"mcp-tool-kit": {
"command": "docker",
"args": ["exec", "-i", "mcp-server", "python", "mcp_server_v2.py"]
}
}
}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"]
}
}
}