ovh api mcp for Claude Code
io.github.davidlandais/ovh-api-mcp
MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS.
client:Claude Code
transport:stdio
runtime:oci
Install ovh api mcp in Claude Code
run in your project directory
claude mcp add ovh-api-mcp -e OVH_APPLICATION_KEY=<OVH_APPLICATION_KEY> -e OVH_APPLICATION_SECRET=<OVH_APPLICATION_SECRET> -e OVH_CONSUMER_KEY=<OVH_CONSUMER_KEY> -e OVH_ENDPOINT=<OVH_ENDPOINT> -e OVH_SERVICES=<OVH_SERVICES> -e OVH_CLIENT_ID=<OVH_CLIENT_ID> -e OVH_CLIENT_SECRET=<OVH_CLIENT_SECRET> -- docker run -i --rm ghcr.io/davidlandais/ovh-api-mcp:0.3.0
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs