Odel
mcp reunion

mcp reunion

Local
@hug0x02TypeScriptMITUpdated Today

MCP server for Réunion open data (data.regionreunion.com)

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).

npmmcp-reunionv1.4.0

Run

npx -y mcp-reunion

MCP client config

{
  "mcpServers": {
    "mcp-reunion": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-reunion"
      ]
    }
  }
}