Home › Cloud & Monitoring › ovh-api-mcp
ovh-api-mcp
MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS.
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/davidlandais/ovh-api-mcp:0.3.0
Or add to your MCP client config:
{
"mcpServers": {
"ovh-api-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/davidlandais/ovh-api-mcp:0.3.0"
],
"env": {
"OVH_APPLICATION_KEY": "<YOUR_VALUE>",
"OVH_APPLICATION_SECRET": "<YOUR_VALUE>",
"OVH_CONSUMER_KEY": "<YOUR_VALUE>",
"OVH_ENDPOINT": "<YOUR_VALUE>",
"OVH_SERVICES": "<YOUR_VALUE>",
"OVH_CLIENT_ID": "<YOUR_VALUE>",
"OVH_CLIENT_SECRET": "<YOUR_VALUE>"
}
}
}
}
OVH_APPLICATION_KEYrequired — OVH API application keyOVH_APPLICATION_SECRETrequired secret — OVH API application secretOVH_CONSUMER_KEYrequired secret — OVH API consumer keyOVH_ENDPOINT— OVH API region: eu, ca, or usOVH_SERVICES— Comma-separated OVH API services, or * for allOVH_CLIENT_ID— OVH OAuth2 client ID (service account, alternative to API keys)OVH_CLIENT_SECRETsecret — OVH OAuth2 client secret (service account)
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry