Skip to content

Commit 9e9ed1e

Browse files
committed
claude desktop docs
1 parent 5b9ca54 commit 9e9ed1e

1 file changed

Lines changed: 25 additions & 19 deletions

File tree

docs/claude-desktop-integration.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,33 @@ See the [Token Requirements](#token-requirements) section below for detailed sco
3636

3737
### Configure Claude Desktop
3838

39+
## Option 1: DXT Package Installation (Recommended)
40+
41+
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.**
44+
45+
**[📦 Download DXT Package](https://github.com/mapbox/mcp-devkit-server/releases/latest/download/mcp-devkit-server.dxt)**
46+
47+
### Installation Steps
48+
49+
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+
3961
1. Open Claude Desktop settings
4062
2. Navigate to the Model Context Protocol section
4163
3. Modify `claude_desktop_config.json` to add the new server:
4264

43-
#### Option 1: NPM Package (Recommended)
65+
### NPM Package
4466

4567
```json
4668
{
@@ -56,7 +78,7 @@ See the [Token Requirements](#token-requirements) section below for detailed sco
5678
}
5779
```
5880

59-
#### Option 2: Docker Runtime
81+
### Docker Runtime
6082

6183
```json
6284
{
@@ -76,7 +98,7 @@ See the [Token Requirements](#token-requirements) section below for detailed sco
7698
}
7799
```
78100

79-
#### Option 3: Local Development
101+
### Local Development
80102

81103
If you want to use a local version (need to clone and build from this repo):
82104

@@ -94,24 +116,8 @@ If you want to use a local version (need to clone and build from this repo):
94116
}
95117
```
96118

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-
101119
**⚠️ Important: Make sure you have the latest version of Claude Desktop installed. DXT support requires recent versions of Claude Desktop to function properly.**
102120

103-
**[📦 Download DXT Package](https://github.com/mapbox/mcp-devkit-server/releases/latest/download/mcp-devkit-server.dxt)**
104-
105-
### Installation Steps
106-
107-
1. **Update Claude Desktop** - [Download the latest version](https://claude.ai/download) if you haven't recently
108-
2. Download the `.dxt` file from the link above
109-
3. Open the file with Claude Desktop
110-
4. Follow the installation prompts
111-
5. Provide your Mapbox access token when prompted
112-
113-
This method automatically handles the configuration and setup, making it easier for users who prefer a one-click installation experience.
114-
115121
## Usage Examples
116122

117123
Once configured, you can use natural language to interact with Mapbox development tools:

0 commit comments

Comments
 (0)