MCP Catalogs
Home

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
Score4677
Official
Categories
DatabaseDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageC++TypeScript
Last committhis monththis 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.yaml

Or install permanently:

pip install flapi-io

Using 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-mcp

Claude 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.