time vs pfc-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | pfc-mcp by yusong652 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 37 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
pfc-mcp · Summary
MCP server connecting AI agents to ITASCA PFC for running DEM simulations through natural conversation.
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
pfc-mcp · Use cases
- Automating DEM simulations through conversational AI interfaces
- Assisting researchers with PFC command documentation and usage examples
- Enabling remote control and monitoring of simulation tasks
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"]
}
}
}pfc-mcp · Install
Prerequisites
- ITASCA PFC 6.0, 7.0, or 9.0 installed
- [uv](https://docs.astral.sh/uv/getting-started/installation/) installed
Setup
- Register the MCP server in your client config:
{
"mcpServers": {
"pfc-mcp": {
"command": "uvx",
"args": ["pfc-mcp"]
}
}
}- Start the bridge from inside PFC by downloading and running [addon.py](addon.py)