MCP Catalogs
Home

fieldflow vs time

Side-by-side comparison to help you pick between these two MCP servers.

fieldflow
by guillaumegay13
time
by modelcontextprotocol
Stars★ 111★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

fieldflow · Summary

FieldFlow converts OpenAPI endpoints into selectively filtered tools with MCP support for AI clients like Claude Desktop.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

fieldflow · Use cases

  • Reducing API response payload size for AI models to minimize context window usage
  • Creating filtered API access for AI applications through MCP protocol
  • Simplifying complex API responses by selecting only relevant fields

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

fieldflow · Install

# Install with MCP support
pip install -e '.[mcp]'

# Run HTTP server
fieldflow serve-http

# Run MCP server (for Claude Desktop)
fieldflow-mcp

For Claude Desktop integration, add to config:

{
  "mcpServers": {
    "fieldflow": {
      "command": "python",
      "args": ["-m", "fieldflow_mcp.cli"]
    }
  }
}

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.