Back to directory
davidlandais/ovh-api-mcp

davidlandais/ovh-api-mcp

@davidlandais

MCP server for the OVH API — explore and execute any OVH endpoint from Claude, Cursor, or any MCP-compatible LLM client. Built in Rust.

ovhcloudapirustsandboxquickjsmcp-server

Installation & Configuration

{
  "mcpServers": {
    "ovh-api": {
      "command": "ovh-api-mcp",
      "args": [
        "--transport",
        "stdio"
      ],
      "env": {
        "OVH_APPLICATION_KEY": "your_app_key",
        "OVH_APPLICATION_SECRET": "your_app_secret",
        "OVH_CONSUMER_KEY": "your_consumer_key"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
Rust
Created
2026/6/17
Updated
2026/6/17