Connect Beacon to Claude
Set up Beacon MCP on Claude.ai and Claude Code CLI.
Last updated: April 9, 2026
Claude.ai
1
Open Claude.ai and go to Settings
2
Navigate to the Integrations section
3
Click Add Integration
4
Enter the server URL
Paste https://beacon.sirenaffiliates.com/beacon/v1/mcp into the URL field.
5
Name it Beacon and save
Beacon’s tools will now be available in your Claude conversations.
Claude Code (CLI)
Add Beacon to your Claude Code settings. For global access across all projects, edit ~/.claude/settings.json:
{
"mcpServers": {
"beacon": {
"type": "url",
"url": "https://beacon.sirenaffiliates.com/beacon/v1/mcp"
}
}
}
For project-scoped access, add the same configuration to .claude/settings.json in your project root.