Connect AI Agents (Optional)
Enable the MCP server so Claude Code, Cursor, and other AI agents can call Broadside. Read tools stay on by default; mutations require separate client authorization.
Email & Tracking
Configure outbound mail and the public tracking domain used for opens, clicks, and unsubscribe links.
First List
Seed the first audience list so subscription forms and campaign targeting have a concrete destination.
Claude Code MCP Config
Use this local client template after setup if you enable MCP access.
{
"mcpServers": {
"broadside": {
"command": "pnpm",
"args": [
"--dir",
"/path/to/broadside",
"mcp:stdio"
],
"env": {
"BROADSIDE_MCP_ENABLED": "true",
"BROADSIDE_MCP_ALLOWED_CLIENTS": "stdio.local",
"BROADSIDE_MCP_CLIENT_ID": "stdio.local",
"BROADSIDE_MCP_API_KEY": "..."
}
}
}
}