Claude Desktop
Add your Wire container to Claude Desktop.
Via Settings (Pro/Max Plans)
Section titled “Via Settings (Pro/Max Plans)”- Go to Settings → Connectors
- Click Add custom connector
- Enter your container’s MCP URL
- Click Add
- Authenticate when prompted
Via Config File
Section titled “Via Config File”Alternatively, add to your Claude Desktop config file.
Configuration File Location
Section titled “Configuration File Location”- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
With OAuth
Section titled “With OAuth”{ "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.
With API Key
Section titled “With API Key”{ "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.
Finding Your Container URL
Section titled “Finding Your Container URL”Copy the MCP URL from your container’s detail page in the Wire dashboard.