mcp-reunion
Rank #10,464io.github.Hug0x0/mcp-reunion
MCP server for Réunion open data (data.regionreunion.com)
mcp-reunion is a Model Context Protocol (MCP) server published by hug0x0. It ranks #10,464 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. mcp-reunion is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 21, 2026 and most recently updated on Apr 27, 2026.
Ranks ahead of 104,996 of 115,460 servers on MCP Toplist.
Use mcp-reunion
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-reunion -- npx -y mcp-reunion[mcp_servers.mcp-reunion]
command = "npx"
args = ["-y", "mcp-reunion"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-reunion": {
"command": "npx",
"args": [
"-y",
"mcp-reunion"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-reunion": {
"command": "npx",
"args": [
"-y",
"mcp-reunion"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-reunion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-reunion"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-reunion": {
"command": "npx",
"args": [
"-y",
"mcp-reunion"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-reunion": {
"command": "npx",
"args": [
"-y",
"mcp-reunion"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Hug0x0%2Fmcp-reunion)<a href="https://mcptoplist.com/server/io.github.Hug0x0%2Fmcp-reunion"><img src="https://mcptoplist.com/badge/io.github.Hug0x0%2Fmcp-reunion.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
hug0x0
Other servers by hug0x0
- mcp-local-risk-france#28,789
- mcp-madagascar#28,790
- mcp-mayotte#28,791
- mcp-data-gouv-fr#29,735
- mcp-outremer#29,736
- mcp-commune-france#32,242
- opendatasoft-universal#32,243
- mcp-french-associations#34,744
- mcp-french-energy-open-data#36,893
- mcp-french-public-procurement#36,894
- mcp-french-school-map#36,895
- mcp-french-transport-data#36,896
Available versions (1)
| Version | Published |
|---|---|
| 1.4.0 | Apr 27, 2026 |
Frequently asked questions
- Who maintains mcp-reunion?
- mcp-reunion is maintained by hug0x0, which publishes 14 MCP servers (1 total version) tracked on MCP Toplist.
- Is mcp-reunion listed on the Official MCP Registry?
- Yes — mcp-reunion is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-reunion have?
- MCP Toplist tracks 1 version of mcp-reunion, most recently published on Apr 27, 2026.
- Where can I find the source code for mcp-reunion?
- The source code for mcp-reunion is hosted at github.com/hug0x0/mcp-reunion.