Skip to content
Grok

api sorties mcp for Grok

io.github.mabari2505/api-sorties-mcp

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

client:Grok transport:stdio runtime:npm

Install api sorties mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

api sorties mcp in other clients