An open API service indexing awesome lists of open source software.

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

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:

image

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

image

6. Enable the extension:

image

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
image

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