time vs tableau-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | tableau-mcp by tableau | |
|---|---|---|
| Stars | ★ 85,748 | ★ 270 |
| 30d uses | — | — |
| Score | 77 | 51 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsDatabase |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
tableau-mcp · Summary
Tableau's official MCP Server provides tools, resources and prompts for AI applications to integrate with Tableau data.
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
tableau-mcp · Use cases
- AI assistants analyzing Tableau data to answer business questions
- Automated reporting systems querying Tableau for real-time metrics
- Content exploration and navigation of Tableau workbooks and views
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"]
}
}
}tableau-mcp · Install
Installation
- Install Node.js 22.7.5 or newer
- Configure your MCP client with the following settings:
{
"mcpServers": {
"tableau": {
"command": "npx",
"args": ["-y", "@tableau/mcp-server@latest"],
"env": {
"SERVER": "https://my-tableau-server.com",
"SITE_NAME": "my_site",
"PAT_NAME": "my_pat",
"PAT_VALUE": "pat_value"
}
}
}
}Alternative Deployment
[Deploy to Heroku](https://www.heroku.com/deploy?template=https://github.com/tableau/tableau-mcp)