time vs mcp-carbon-calculator
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-carbon-calculator by prdai | |
|---|---|---|
| Stars | ★ 85,748 | ★ 0 |
| 30d uses | — | — |
| Score | 77 | 33 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsFinanceProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 7 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-carbon-calculator · Summary
Australian carbon emissions calculator MCP server using official NGA 2024 data with TypeScript implementation.
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-carbon-calculator · Use cases
- Integrate carbon footprint calculations into AI assistants for sustainability reporting
- Enable automated energy usage analysis with emission factors for Australian households and businesses
- Provide real-time carbon cost estimation tools in applications focusing on climate impact
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"]
}
}
}mcp-carbon-calculator · Install
Using the Production Server
Add to your Claude Desktop configuration:
{
"mcpServers": {
"carbon-calculator": {
"command": "npx",
"args": ["mcp-remote", "https://mcp-carbon-calculator.mcp-carbon-calculator.workers.dev/sse"],
"env": {
"NODE_ENV": "production"
}
}
}
}Local Development
git clone https://github.com/Programmer-RD-AI/mcp-carbon-calculator.git
cd mcp-carbon-calculator
npm install
npm run devThe server will be available at http://localhost:8787