Skip to content
Claude Desktop

Imperal MCP for Claude Desktop

io.github.imperalcloud/imperal-mcp

Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.

client:Claude Desktop transport:stdio runtime:pypi

Install Imperal MCP 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": {
    "imperal-mcp": {
      "command": "uvx",
      "args": [
        "imperal-mcp"
      ],
      "env": {
        "IMPERAL_API_URL": "<IMPERAL_API_URL>",
        "IMPERAL_TOKEN": "<IMPERAL_TOKEN>"
      }
    }
  }
}

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

Imperal MCP in other clients