Skip to content
Cursor

mcp new caledonia for Cursor

io.github.lacausecrypto/mcp-new-caledonia

MCP server for New Caledonia open data (data.gouv.nc)

client:Cursor transport:stdio runtime:npm

Install mcp new caledonia in Cursor

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

{
  "mcpServers": {
    "mcp-new-caledonia": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-new-caledonia"
      ]
    }
  }
}

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

mcp new caledonia in other clients