Skip to content
Cursor

api sorties mcp for Cursor

io.github.mabari2505/api-sorties-mcp

Search French events and things to do, built for AI agents — geo, city, date, category filters.

client:Cursor transport:stdio runtime:npm

Install api sorties mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "api-sorties-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "api-sorties-mcp"
      ],
      "env": {
        "API_SORTIES_BASE_URL": "<API_SORTIES_BASE_URL>",
        "API_SORTIES_API_KEY": "<API_SORTIES_API_KEY>"
      }
    }
  }
}

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

api sorties mcp in other clients