flapi vs time
Side-by-side comparison to help you pick between these two MCP servers.
flapi by DataZooDE | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 70 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | C++ | TypeScript |
| Last commit | this month | this month |
flapi · Summary
flAPI generates SQL-based APIs with DuckDB and provides MCP tools for AI agents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
flapi · Use cases
- Creating APIs for large datasets without writing custom backend code
- Building data tools for AI agents with SQL-based access
- Exposing enterprise data sources as secure endpoints with authentication
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
flapi · Install
Installation
The easiest way to try flAPI is using uvx:
uvx --from flapi-io flapi -c flapi.yamlOr install permanently:
pip install flapi-ioUsing Docker:
docker pull ghcr.io/datazoode/flapi:latest
docker run -it --rm -p 8080:8080 -p 8081:8081 -v $(pwd)/examples/:/config ghcr.io/datazoode/flapi -c /config/flapi.yaml --enable-mcpClaude Desktop Configuration
Add to your Claude Desktop config.json:
{
"mcpServers": {
"flapi": {
"command": "flapi",
"args": ["--enable-mcp"]
}
}
}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"]
}
}
}