Skip to content
Cursor

Camptocamp for Cursor

io.github.olaurendeau/mcp-camptocamp

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

client:Cursor transport:stdio runtime:npm

Install Camptocamp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-camptocamp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@olaurendeau/mcp-camptocamp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Camptocamp in other clients