Claude

Learn how to supercharge Claude by connecting your apps to it with Skeet. Skeet integrates with a growing ecosystem of AI applications, each offering unique capabilities to improve your workflow.

Prerequisites

Before getting started, make sure you have npx installed on your system. You can verify this by running:

npx --version

If you don't have npx installed, you can install it by running:

npm install -g npx

Initial Setup

To get started, you need to add your Skeet MCP Server Key to Claude.

  1. Open Claude Desktop
  2. Click Claude from the menu bar
  3. Click on the "Settings" tab
Claude Settings
  1. Click on the "Developer" tab
  2. Click "Edit Config"
Developer
  1. Add the following code to your claude_desktop_config.json file:
mcp.json
{
  "mcpServers": {
    "skeet.build": {
      "command": "npx",
      "args": [
        "-y",
        "supergateway",
        "--sse",
        "https://skeet.sh/ot/YOUR_SKEET_MCP_KEY"
      ]
    }
  }
}
  1. Restart Claude Desktop to apply the changes. You should see the hammer icon with the number of tools connected.
Tools

You should now be able to see the tools in the tools menu.

Using Your MCP Server with Claude

To use your MCP server with Claude, try using the following command:

Check my skeet integrations

You may get a popup asking you to confirm MCP tool calls. Click "Allow" to enable tool use.

Check

Was this page helpful?