Skip to content
VS Code

maptiler for VS Code

io.usefulapi/maptiler

Geocoding, elevation, IP geolocation and coordinate transforms from the MapTiler Cloud API.

client:VS Code transport:streamable-http

Install maptiler in VS Code

.vscode/mcp.json

{
  "servers": {
    "maptiler": {
      "type": "http",
      "url": "https://maptiler.usefulapi.io/mcp"
    }
  }
}

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

maptiler in other clients