โ back to Politick Launch Dashboard
This dashboard exposes a remote MCP server with full coverage of every feature โ an AI agent can read and modify everything you can do in the UI. Point your agent at:
http://politick-dashboard.lukastk.dev/mcp
Authorization: Bearer <YOUR_SECRET>. Use the same secret you type into the dashboard. Keep it private โ anyone with it can change your data.One command (replace <YOUR_SECRET>):
claude mcp add --transport http politick-launch-dashboard http://politick-dashboard.lukastk.dev/mcp \ --header "Authorization: Bearer <YOUR_SECRET>"
Then run claude mcp list โ you should see politick-launch-dashboard โฆ โ Connected. The dashboard's tools are then available in your next Claude Code session.
http://politick-dashboard.lukastk.dev/mcpAuthorization = Bearer <YOUR_SECRET>.http://politick-dashboard.lukastk.dev/mcp.Authorization: Bearer <YOUR_SECRET>.If your Cowork build only accepts a JSON config, use:
{
"mcpServers": {
"politick-launch-dashboard": {
"type": "http",
"url": "http://politick-dashboard.lukastk.dev/mcp",
"headers": { "Authorization": "Bearer <YOUR_SECRET>" }
}
}
}
http://politick-dashboard.lukastk.dev/mcpAuthorization = Bearer <YOUR_SECRET>. (If only a raw token field is offered, paste Bearer <YOUR_SECRET>.)http://politick-dashboard.lukastk.dev/mcp) and the header (Authorization: Bearer <YOUR_SECRET>).