Skip to content

Commit 3cdd896

Browse files
authored
Add Mapbox MCP server (github#187)
* mapbox-mcp-server * update category to maps and fix example
1 parent bba1672 commit 3cdd896

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

servers/mapbox/server.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: mapbox
2+
image: mcp/mapbox
3+
type: server
4+
meta:
5+
category: maps
6+
tags:
7+
- mapbox
8+
- maps
9+
- geospatial
10+
- navigation
11+
- geocoding
12+
about:
13+
title: Mapbox MCP Server
14+
description: Transform any AI agent into a geospatially-aware system with Mapbox APIs. Provides geocoding, POI search, routing, travel time matrices, isochrones, and static map generation.
15+
icon: https://avatars.githubusercontent.com/u/600935?s=200&v=4
16+
source:
17+
project: https://github.com/mapbox/mcp-server
18+
dockerfile: Dockerfile
19+
config:
20+
secrets:
21+
- name: mapbox.access_token
22+
env: MAPBOX_ACCESS_TOKEN
23+
example: YOUR_API_KEY_HERE

0 commit comments

Comments
 (0)