You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way to install this MCP server is using the pre-built DXT package:
42
+
43
+
**⚠️ Important: Make sure you have the latest version of Claude Desktop installed. DXT support requires recent versions of Claude Desktop to function properly.**
1.**Update Claude Desktop** - [Download the latest version](https://claude.ai/download) if you haven't recently
50
+
2. Download the `.dxt` file from the link above
51
+
3. Open the file with Claude Desktop
52
+
4. Follow the installation prompts
53
+
5. Provide your Mapbox access token when prompted
54
+
55
+
This method automatically handles the configuration and setup, providing a one-click installation experience.
56
+
57
+
## Option 2: Manual Configuration
58
+
59
+
For users who prefer manual configuration or need custom setups, you can configure the server directly:
60
+
39
61
1. Open Claude Desktop settings
40
62
2. Navigate to the Model Context Protocol section
41
63
3. Modify `claude_desktop_config.json` to add the new server:
42
64
43
-
#### Option 1: NPM Package (Recommended)
65
+
###NPM Package
44
66
45
67
```json
46
68
{
@@ -56,7 +78,7 @@ See the [Token Requirements](#token-requirements) section below for detailed sco
56
78
}
57
79
```
58
80
59
-
#### Option 2: Docker Runtime
81
+
### Docker Runtime
60
82
61
83
```json
62
84
{
@@ -76,7 +98,7 @@ See the [Token Requirements](#token-requirements) section below for detailed sco
76
98
}
77
99
```
78
100
79
-
#### Option 3: Local Development
101
+
### Local Development
80
102
81
103
If you want to use a local version (need to clone and build from this repo):
82
104
@@ -94,24 +116,8 @@ If you want to use a local version (need to clone and build from this repo):
94
116
}
95
117
```
96
118
97
-
## DXT Installation (Alternative)
98
-
99
-
As an alternative to manual configuration, Claude Desktop users can install this MCP server using a pre-built DXT package:
100
-
101
119
**⚠️ Important: Make sure you have the latest version of Claude Desktop installed. DXT support requires recent versions of Claude Desktop to function properly.**
0 commit comments