← Index

io.github.davidlandais/ovh-api-mcp

io.github.davidlandais/ovh-api-mcp·v0.3.0·Other
Quality Score
79
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "ovh-api-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/davidlandais/ovh-api-mcp:0.3.0"
      ],
      "env": {
        "OVH_APPLICATION_KEY": "<ovh_application_key>",
        "OVH_APPLICATION_SECRET": "<your-ovh_application_secret>",
        "OVH_CONSUMER_KEY": "<your-ovh_consumer_key>",
        "OVH_ENDPOINT": "eu",
        "OVH_SERVICES": "*",
        "OVH_CLIENT_ID": "<ovh_client_id>",
        "OVH_CLIENT_SECRET": "<your-ovh_client_secret>"
      }
    }
  }
}
§02  Environment variables
OVH_APPLICATION_KEY
required

OVH API application key

OVH_APPLICATION_SECRET
requiredsecret

OVH API application secret

OVH_CONSUMER_KEY
requiredsecret

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)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other