Skip to content
Claude Desktop

ArcadeDB MCP Server for Claude Desktop

com.arcadedb/mcp-server

Built-in MCP server for ArcadeDB multi-model database (graph, document, vector, time-series)

client:Claude Desktop transport:stdio runtime:oci

Install ArcadeDB MCP Server in Claude Desktop

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

{
  "mcpServers": {
    "mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/arcadedata/arcadedb:26.4.1-SNAPSHOT"
      ]
    }
  }
}

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

ArcadeDB MCP Server in other clients