maproll for Cursor
io.maproll/maproll
Make production-ready static maps. Every map is a URL you can embed anywhere.
client:Cursor
transport:stdio
runtime:npm
Install maproll in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"maproll": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@maproll/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs