MCP Server
MCP
io.github.mapbox/mcp-server
Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.
Install
npx -y @mapbox/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.mapbox.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mapbox/mcp-server",
"version": "99.0.0-dev",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Mapbox access token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MAPBOX_ACCESS_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment