spark-mcp-dxt

Claude Desktop Extension builder for Spark MCP using npm and mcp-remote

GitHubスター

2

ユーザー評価

未評価

お気に入り

0

閲覧数

6

フォーク

1

イシュー

0

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

    git clone https://github.com/GlobalWebIndex/spark-mcp-dxt.git
    
  2. Run npm install

    npm install
    
  3. Build the .dxt file

    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
  3. Input your Spark API token in the required field and click the Save button:

    image
  4. Enable the extension:

    image
  5. Start using the GWI MCP tools in Claude chat

Use the released extension
  1. Navigate to releases

  2. Download the latest spark-mcp-dtx.dtx file from release assets

    image
  3. Follow the steps from How to deploy to Claude