mcp-superset vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-superset by bintocher | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 36 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsDatabaseProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-superset · Summary
A comprehensive MCP server with 137 tools for managing Apache Superset dashboards, charts, datasets, and security features.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-superset · Use cases
- Automating dashboard creation and management for business intelligence teams
- Managing user access and permissions across large Superset deployments
- Extracting data from charts and datasets for reporting and analysis
- Automating database connection management and validation
- Implementing comprehensive row-level security policies
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-superset · Install
Installation
# From PyPI
pip install mcp-superset
# With uv (recommended)
uv pip install mcp-superset
# Run without installing
uvx mcp-supersetConfiguration
Create a .env file with your Superset credentials:
SUPERSET_BASE_URL=https://superset.example.com
SUPERSET_USERNAME=admin
SUPERSET_PASSWORD=your_passwordRunning
# Using CLI
mcp-superset
# With stdio transport (for Claude Desktop, etc.)
mcp-superset --transport stdioClaude Desktop Configuration
{
"mcpServers": {
"superset": {
"command": "uvx",
"args": ["mcp-superset", "--transport", "stdio"],
"env": {
"SUPERSET_BASE_URL": "https://superset.example.com",
"SUPERSET_USERNAME": "admin",
"SUPERSET_PASSWORD": "your_password"
}
}
}
}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"]
}
}
}