Skip to content
Claude Desktop

Foundry IMS for Claude Desktop

com.foundryims/foundry-ims

Manage a Foundry IMS catalog: products, variants, BOMs, plus invoices read from supplier docs.

client:Claude Desktop transport:streamable-http

Install Foundry IMS in Claude Desktop

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

{
  "mcpServers": {
    "foundry-ims": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.foundryims.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Foundry IMS in other clients