time vs openfoam-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | openfoam-mcp-server by webworn | |
|---|---|---|
| Stars | ★ 85,748 | ★ 97 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsOther |
| Language | TypeScript | C++ |
| Last commit | this month | 4 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
openfoam-mcp-server · Summary
Intelligent CFD education system using Socratic questioning and OpenFOAM integration with AI-driven problem solving.
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
openfoam-mcp-server · Use cases
- Educational tool for students learning computational fluid dynamics concepts progressively
- Professional CFD analysis assistant with intelligent parameter extraction and error resolution
- Research tool for RDE analysis with specialized 2D/3D wave detection capabilities
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"]
}
}
}openfoam-mcp-server · Install
Installation
Prerequisites
- OpenFOAM v12 installed
- C++20 compatible compiler
- Python 3.8+ for MCP components
Build Instructions
git clone https://github.com/webworn/openfoam-mcp-server.git
cd openfoam-mcp-server
mkdir build && cd build
cmake ..
makeClaude Desktop Integration
Add to Claude Desktop config:
{
"mcpServers": {
"openfoam": {
"command": "path/to/openfoam-mcp-server/build/openfoam-mcp",
"args": []
}
}
}