Ovh API MCP

A native Model Context Protocol (MCP) server that gives LLMs full access to the OVH API (v1 and v2). Built in Rust for minimal footprint (~19 MB Docker image, ~1.2 MiB RAM).

People who need API integration tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-06-15 · ★ 2 · #234 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Rust servers · how we verify → /methodology

01 · Install Ovh API MCP

before you install - you'll need

Set OVH_APPLICATION_KEY, OVH_APPLICATION_SECRET, OVH_CONSUMER_KEY before connecting.

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "davidlandais-ovh-api-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/davidlandais/ovh-api-mcp:0.3.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

registry namespace io.github.davidlandais is GitHub-verified and matches the repo owner

03 · What Ovh API MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.0 · 2026-03-13

Added · OAuth2 client credentials authentication as an alternative to API keys · API v2 support: 14 new services (iam, okms, publicCloud, zimbra, etc.) alongside 70 v1 services · All spec paths are prefixed with or…

v0.2.2 · 2026-03-13

Update README for stdio transport and improve PR template (#10) · Fixed · Use cargo-zigbuild for Linux musl cross-compilation (#12)

v0.2.0 · 2026-03-12

04 · Who maintains Ovh API MCP

ovh-api-mcp is maintained by davidlandais. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
API integration - ranked #234 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.davidlandais/ovh-api-mcp (active, first published 2026-03-11 · 4 versions)
packages
oci:ghcr.io/davidlandais/ovh-api-mcp:0.3.0

06 · Ovh API MCP FAQ

What is Ovh API MCP?

A native Model Context Protocol (MCP) server that gives LLMs full access to the OVH API (v1 and v2). Built in Rust for minimal footprint (~19 MB Docker image, ~1.2 MiB RAM).

Is Ovh API MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-15. We re-verify nightly.

How do I install Ovh API MCP?

Run `docker run -i --rm ghcr.io/davidlandais/ovh-api-mcp:0.3.0`. The README documents 3 environment variables (OVH_APPLICATION_KEY, OVH_APPLICATION_SECRET, OVH_CONSUMER_KEY) to set first. Set OVH_APPLICATION_KEY, OVH_APPLICATION_SECRET, OVH_CONSUMER_KEY before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Ovh API MCP

More API integration MCP servers · HAL · Agent Skill · Swap Wizard · DataDoe MCP · Hotelbooking

More Rust MCP servers · Deed · DWG MCP Server · Cortex RMCP · Labby · Apprise RMCP · see all