Odel
when

when

Local
@whenlabs-org3TypeScriptMITUpdated 6 days ago

The WhenLabs developer toolkit — 6 tools, 7 MCP endpoints, one install.

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@whenlabs/whenv0.12.3

Run

npx -y @whenlabs/when

MCP client config

{
  "mcpServers": {
    "when": {
      "command": "npx",
      "args": [
        "-y",
        "@whenlabs/when"
      ]
    }
  }
}