mcp-server-duckdb vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-duckdb by ktanaka101 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 176 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 13 mo ago | this month |
mcp-server-duckdb · Summary
MCP server for DuckDB database interaction, enabling SQL query execution through MCP tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-duckdb · Use cases
- Enabling LLMs to query and analyze local DuckDB databases without direct database access
- Facilitating data exploration and analysis through natural language SQL generation
- Providing a secure read-only interface for database inspection in sensitive environments
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-server-duckdb · Install
Installation
Via Smithery
npx -y @smithery/cli install mcp-server-duckdb --client claudeClaude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"duckdb": {
"command": "uvx",
"args": [
"mcp-server-duckdb",
"--db-path",
"~/mcp-server-duckdb/data/data.db"
]
}
}
}Requirements
- Python with
uvpackage manager - DuckDB Python package
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"]
}
}
}