mcp-belgium for Cursor
io.github.lacausecrypto/mcp-belgium
Single MCP server for Belgian public transport, statistics, open data, and geospatial services.
client:Cursor
transport:stdio
runtime:npm
Install mcp-belgium in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-belgium": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-belgium"
],
"env": {
"STIB_API_KEY": "<STIB_API_KEY>",
"CBEAPI_KEY": "<CBEAPI_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs