Odel
Camptocamp

Camptocamp

Local
@olaurendeau1TypeScriptMITUpdated 1mo ago

API Camptocamp.org : itinéraires alpins, sommets et points de passage.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@olaurendeau/mcp-camptocampv1.0.3

Run

npx -y @olaurendeau/mcp-camptocamp

MCP client config

{
  "mcpServers": {
    "camptocamp": {
      "command": "npx",
      "args": [
        "-y",
        "@olaurendeau/mcp-camptocamp"
      ]
    }
  }
}
Dockerghcr.io/olaurendeau/mcp-camptocamp:1.0.3

Run

docker run -i --rm ghcr.io/olaurendeau/mcp-camptocamp:1.0.3

MCP client config

{
  "mcpServers": {
    "camptocamp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olaurendeau/mcp-camptocamp:1.0.3"
      ]
    }
  }
}