HomeCloud & Monitoring › ovh-api-mcp

ovh-api-mcp

MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS.

Rust Cloud
★ 3 stars Last pushed 2026-06-15 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/davidlandais/ovh-api-mcp:0.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "ovh-api-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/davidlandais/ovh-api-mcp:0.3.0"
      ],
      "env": {
        "OVH_APPLICATION_KEY": "<YOUR_VALUE>",
        "OVH_APPLICATION_SECRET": "<YOUR_VALUE>",
        "OVH_CONSUMER_KEY": "<YOUR_VALUE>",
        "OVH_ENDPOINT": "<YOUR_VALUE>",
        "OVH_SERVICES": "<YOUR_VALUE>",
        "OVH_CLIENT_ID": "<YOUR_VALUE>",
        "OVH_CLIENT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • OVH_APPLICATION_KEY required — OVH API application key
  • OVH_APPLICATION_SECRET required secret — OVH API application secret
  • OVH_CONSUMER_KEY required secret — OVH API consumer key
  • OVH_ENDPOINT — OVH API region: eu, ca, or us
  • OVH_SERVICES — Comma-separated OVH API services, or * for all
  • OVH_CLIENT_ID — OVH OAuth2 client ID (service account, alternative to API keys)
  • OVH_CLIENT_SECRET secret — OVH OAuth2 client secret (service account)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry