Skip to content
Claude Desktop

Forge MCP for Claude Desktop

io.github.frmoded/forge-mcp

MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit).

client:Claude Desktop transport:stdio runtime:pypi

Install Forge 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": {
    "forge-mcp": {
      "command": "uvx",
      "args": [
        "forge-recipe-mcp"
      ],
      "env": {
        "FORGE_TRANSPILE_URL": "<FORGE_TRANSPILE_URL>",
        "FORGE_VAULT_PATH": "<FORGE_VAULT_PATH>",
        "FORGE_MCP_BEARER": "<FORGE_MCP_BEARER>"
      }
    }
  }
}

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

Forge MCP in other clients