Skip to content
Claude Desktop

anotherai for Claude Desktop

dev.anotherai/anotherai

MCP server for building and testing AI agents with multi-model experimentation and insights.

client:Claude Desktop transport:streamable-http

Install anotherai in Claude Desktop

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

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

anotherai in other clients