MCP Server
MCP
io.github.mapbox/mcp-devkit-server
Provides AI assistants with direct access to Mapbox developer APIs and documentation.
Install
npx -y @mapbox/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp-devkit.mapbox.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mapbox/mcp-devkit-server",
"version": "0.8.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Mapbox access token. See docs for required scopes.",
"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