findtime-mcp-server

hkchao/findtime-mcp-server
★ 0 stars JavaScript 🔌 API Integration Updated today
Production Parity MCP server for findtime.io Time API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "findtime-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hkchao/findtime-mcp-server"
      ]
    }
  }
}