math-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
math-mcp by EthanHenrickson | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 133 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 3 mo ago | this month |
math-mcp · Summary
MCP server providing math, statistical and trigonometric functions for accurate numerical calculations.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
math-mcp · Use cases
- Enabling accurate financial calculations in LLM applications
- Supporting data analysis tasks requiring statistical functions
- Allowing engineering calculations with trigonometric operations
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
math-mcp · Install
- Clone the repository:
git clone https://github.com/EthanHenrickson/math-mcp - Add to your MCP configuration:
"math": {
"command": "node",
"args": ["PATH\TO\PROJECT\math-mcp\build\index.js"]
}Replace PATH\TO\PROJECT with the actual path.
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"]
}
}
}