https://github.com/globalwebindex/spark-mcp-dxt
Claude Desktop Extension builder for Spark MCP using npm and mcp-remote
https://github.com/globalwebindex/spark-mcp-dxt
Last synced: 11 months ago
JSON representation
Claude Desktop Extension builder for Spark MCP using npm and mcp-remote
- Host: GitHub
- URL: https://github.com/globalwebindex/spark-mcp-dxt
- Owner: GlobalWebIndex
- Created: 2025-07-04T10:03:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-21T12:01:29.000Z (11 months ago)
- Last Synced: 2025-07-21T14:16:48.804Z (11 months ago)
- Homepage:
- Size: 370 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Claude desktop Extension builder for Spark MCP
Build Claude Desktop Extension for Spark MCP using mcp-remote
# How to build the extension
1. Clone the repo
```bash
git clone https://github.com/GlobalWebIndex/spark-mcp-dxt.git
```
2. Run `npm` install
```bash
npm install
```
3. Build the `.dxt` file
```bash
npm run build
```
> The output contains the location of the extension file `/path/to/spark-mcp.dxt`
# How to deploy to Claude
1. Open the folder where the file is located and double click it. If prompted choose to open it with `Claude desktop app`
2. When Claude desktop settings is opened click on the `Install` button:

4. Input your Spark API token in the required field and click the `Save` button:

6. Enable the extension:

8. Start using the GWI MCP tools in Claude chat
# Use the released extension
1. Navigate to [releases](https://github.com/GlobalWebIndex/spark-mcp-dxt/releases)
2. Download the latest `spark-mcp-dtx.dtx` file from release assets

4. Follow the steps from [How to deploy to Claude](#how-to-deploy-to-claude)