Skip to content
Claude Desktop

toolc for Claude Desktop

dev.toolc/toolc

Optimizing compiler for agent tools: many MCP servers or REST APIs in, one lean endpoint out.

client:Claude Desktop transport:stdio runtime:npm

Install toolc in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "toolc": {
      "command": "npx",
      "args": [
        "-y",
        "@toolc/cli"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

toolc in other clients