Pricing

Connect to Claude Code

Set up BlackTwist MCP in Claude Code using an API key.

Prerequisites

Generate an API key in your BlackTwist dashboard under Settings > MCP. You'll use this key to authenticate.

Method 1: CLI Command

Run the following command in your terminal:
claude mcp add --transport http blacktwist https://blacktwist.app/api/mcp --header "Authorization: Bearer YOUR_API_KEY"
Replace YOUR_API_KEY with the key you generated.

Method 2: Edit .mcp.json

Alternatively, create or edit the .mcp.json file in your project root:
{
  "mcpServers": {
    "blacktwist": {
      "type": "url",
      "url": "https://blacktwist.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Replace YOUR_API_KEY with your actual API key. After saving, restart Claude Code or reload the MCP servers for the changes to take effect.
Built with
Shipped.club


© Copyright 2026 BlackTwist. All rights reserved.