time vs datawrapper-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | datawrapper-mcp by palewire | |
|---|---|---|
| Stars | ★ 85,748 | ★ 38 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
datawrapper-mcp · Summary
An MCP server for creating Datawrapper charts through AI assistants, with comprehensive chart management tools.
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
datawrapper-mcp · Use cases
- Create data visualizations by simply describing what chart you want from your data
- Publish and share charts through AI assistants without leaving your conversation
- Update chart styling and data dynamically through conversational commands
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"]
}
}
}datawrapper-mcp · Install
Installation
- Get your Datawrapper API token from https://app.datawrapper.de/account/api-tokens
- Install the package via pip:
pip install datawrapper-mcp
Claude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"datawrapper": {
"command": "uvx",
"args": ["datawrapper-mcp"],
"env": {
"DATAWRAPPER_ACCESS_TOKEN": "your-token-here"
}
}
}
}For other clients (Claude Code, VS Code Copilot, Cursor, ChatGPT, OpenAI Codex) and Kubernetes deployment, see the [installation guide](INSTALLATION.md).