PluginBench
MCP Server

io.github.jasonwilbur/cloud-regions MCP Server

io.github.jasonwilbur/cloud-regions

What is the io.github.jasonwilbur/cloud-regions MCP server?

Cloud region data for AWS, Azure, GCP, OCI & more. Query by location, compliance, GPU.

How to install io.github.jasonwilbur/cloud-regions

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloud-regions": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-cloud-regions"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cloud-regions": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-cloud-regions"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cloud-regions": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-cloud-regions"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cloud-regions": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-cloud-regions"
      ]
    }
  }
}
Claude Code
claude mcp add cloud-regions -- npx -y mcp-server-cloud-regions

Related MCP servers

Oracle Cloud Infrastructure pricing data with cost calculators and comparisons

View repository →