time vs foundry-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | foundry-mcp-server by PraneshASP | |
|---|---|---|
| Stars | ★ 85,748 | ★ 247 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsSecurity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 4 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
foundry-mcp-server · Summary
An MCP server for Solidity developers providing comprehensive Foundry toolchain integration.
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
foundry-mcp-server · Use cases
- Automating smart contract analysis and debugging in LLM assistants
- Enabling blockchain development through natural language commands
- Facilitating onchain operations without switching between tools
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"]
}
}
}foundry-mcp-server · Install
Installation
Prerequisites
- Node.js v18+
- Foundry toolchain (Forge, Cast, Anvil)
- Heimdall-rs (for smart contract analysis)
Using NPM Package
npm install -g @pranesh.asp/foundry-mcp-serverClaude Desktop Configuration
{
"mcpServers": {
"foundry": {
"command": "npx",
"args": ["@pranesh.asp/foundry-mcp-server"],
"env": {
"RPC_URL": "http://localhost:8545",
"PRIVATE_KEY": "0x..."
}
}
}
}