Odel
Timergy

Timergy

Local
@timergy-app1TypeScriptMITUpdated 5mo ago

Create scheduling polls, vote, and finalize times from AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@timergy/mcpv0.1.4

Run

npx -y @timergy/mcp

MCP client config

{
  "mcpServers": {
    "timergy": {
      "command": "npx",
      "args": [
        "-y",
        "@timergy/mcp"
      ]
    }
  }
}