ovh-api-mcp
About
MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OVH_APPLICATION_KEY OVH_APPLICATION_SECRET OVH_CONSUMER_KEY OVH_ENDPOINT OVH_SERVICES OVH_CLIENT_ID OVH_CLIENT_SECRETClaude Code
claude mcp add --env OVH_APPLICATION_KEY= --env OVH_APPLICATION_SECRET= --env OVH_CONSUMER_KEY= --env OVH_ENDPOINT= --env OVH_SERVICES= --env OVH_CLIENT_ID= --env OVH_CLIENT_SECRET= ovh-api-mcp -- docker ghcr.io/davidlandais/ovh-api-mcp:0.3.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ovh-api-mcp","command":"docker","args":["ghcr.io/davidlandais/ovh-api-mcp:0.3.0"],"env":{"OVH_APPLICATION_KEY":"","OVH_APPLICATION_SECRET":"","OVH_CONSUMER_KEY":"","OVH_ENDPOINT":"","OVH_SERVICES":"","OVH_CLIENT_ID":"","OVH_CLIENT_SECRET":""}}'
JSON
{
"mcpServers": {
"ovh-api-mcp": {
"command": "docker",
"args": [
"ghcr.io/davidlandais/ovh-api-mcp:0.3.0"
],
"env": {
"OVH_APPLICATION_KEY": "",
"OVH_APPLICATION_SECRET": "",
"OVH_CONSUMER_KEY": "",
"OVH_ENDPOINT": "",
"OVH_SERVICES": "",
"OVH_CLIENT_ID": "",
"OVH_CLIENT_SECRET": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.