Skip to content

Claude Desktop

Add your Wire container to Claude Desktop.

  1. Go to SettingsConnectors
  2. Click Add custom connector
  3. Enter your container’s MCP URL
  4. Click Add
  5. Authenticate when prompted

Alternatively, add to your Claude Desktop config file.

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"wire-my-container": {
"url": "https://YOUR_ORG_SLUG.mcp.usewire.io/container/YOUR_CONTAINER_ID/mcp"
}
}
}

When you first use a Wire tool, your browser will open to authorize access.

{
"mcpServers": {
"wire-my-container": {
"url": "https://YOUR_ORG_SLUG.mcp.usewire.io/container/YOUR_CONTAINER_ID/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}

Restart Claude Desktop after updating the configuration.

Copy the MCP URL from your container’s detail page in the Wire dashboard.