โ back to Jackfruit 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:
https://jackfruit-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 jackfruit-launch-dashboard https://jackfruit-dashboard.lukastk.dev/mcp \ --header "Authorization: Bearer <YOUR_SECRET>"
Then run claude mcp list โ you should see jackfruit-launch-dashboard โฆ โ Connected. The dashboard's tools are then available in your next Claude Code session.
Hosted connectors sign in through a browser login (OAuth) โ there's no field for a bearer token, and you do not need to add a header. Just give it the URL:
https://jackfruit-dashboard.lukastk.dev/mcpCannot GET /mcp. That's normal, not an outage. Add it as a connector instead.https://jackfruit-dashboard.lukastk.dev/mcp.Authorization: Bearer <YOUR_SECRET>.If your Cowork build only accepts a JSON config, use:
{
"mcpServers": {
"jackfruit-launch-dashboard": {
"type": "http",
"url": "https://jackfruit-dashboard.lukastk.dev/mcp",
"headers": { "Authorization": "Bearer <YOUR_SECRET>" }
}
}
}
https://jackfruit-dashboard.lukastk.dev/mcpAuthorization = Bearer <YOUR_SECRET>.)https://jackfruit-dashboard.lukastk.dev/mcp). Authentication is either the OAuth sign-in page or the header Authorization: Bearer <YOUR_SECRET>.