MCP server for French commune intelligence with geo.api.gouv.fr and public-data discovery.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-commune-france": {
"command": "npx",
"args": [
"-y",
"Hug0x0/mcp-commune-france"
]
}
}
}
Run in terminal:
claude mcp add mcp-commune-france npx -y Hug0x0/mcp-commune-france
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-commune-france": {
"command": "npx",
"args": [
"-y",
"Hug0x0/mcp-commune-france"
]
}
}
}