mcpbeat Sign in

MCP Reunion MCP Server

local only

MCP Reunion runs on your own machine — the client starts it, so there is no endpoint to ping. 1 274 installs a week from npm. Last commit 7 Sep 2026.

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

Installs per day peak 24 · avg 8 · +2% w/w
a month agotoday
1 274
Installs / week
npm · mcp-reunion
2
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release.yml:66
      - name: Update MCP registry metadata version
        env:
          VERSION: ${{ inputs.version }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check MCP Reunion every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-reunion -- npx -y mcp-reunion
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-reunion": {
      "args": [
        "-y",
        "mcp-reunion"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-reunion]
command = "npx"
args = ["-y", "mcp-reunion"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-reunion": {
      "args": [
        "-y",
        "mcp-reunion"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-reunion": {
      "args": [
        "-y",
        "mcp-reunion"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Reunion

same job, measured the same way
Data Reunion
by pipeworx-io

Réunion Open Data (data.regionreunion.com) — OpenDataSoft MCP.

34 tools answering
OKX MCP Server
by aahl

MCP Server for okx.com

122 installs/wk local only
MCP New Caledonia
by lacausecrypto

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

35 installs/wk local only
Worldbank MCP
by tianyuio

World Bank Open Data MCP Server

443 installs/wk local only
Ckan MCP Server
by aborruso

MCP server for interacting with CKAN open data portals

415 installs/wk local only
Monday Com
by monday

MCP server for monday.com integration.

answering
Coolify MCP
by frndchagas

MCP server for Coolify API operations.

98 installs/wk local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only

MCP Reunion — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Reunion?
MCP Reunion runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-reunion was installed 1 274 times last week.
How do I connect MCP Reunion?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-reunion straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Reunion?
The npm package mcp-reunion was installed 1 274 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Reunion open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.