Skip to content
Claude Desktop

ARPI MCP for Claude Desktop

ai.arpi/arpi-mcp

AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.

client:Claude Desktop transport:streamable-http

Install ARPI MCP in Claude Desktop

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

{
  "mcpServers": {
    "arpi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.arpi.ai/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

ARPI MCP in other clients