MCP server for transport.data.gouv.fr datasets, GTFS resources, and mobility 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-french-transport": {
"command": "npx",
"args": [
"-y",
"Hug0x0/mcp-french-transport-data"
]
}
}
}
Run in terminal:
claude mcp add mcp-french-transport npx -y Hug0x0/mcp-french-transport-data
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-french-transport": {
"command": "npx",
"args": [
"-y",
"Hug0x0/mcp-french-transport-data"
]
}
}
}