ZopDev MCP for Claude Desktop
dev.zop/zopdev-mcp
Cloud cost, inventory and governance on AWS/Azure/GCP. Read-only by default, optional scoped writes
client:Claude Desktop
transport:streamable-http
Install ZopDev MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"zopdev-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.zop.dev/mcp-server"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs