Skip to content
VS Code

maproll for VS Code

io.maproll/maproll

Make production-ready static maps. Every map is a URL you can embed anywhere.

client:VS Code transport:stdio runtime:npm

Install maproll in VS Code

.vscode/mcp.json

{
  "servers": {
    "maproll": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@maproll/mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

maproll in other clients