Install
Claude Desktop
Connect Claude Desktop to your plnnrly organisation.
Claude Desktop is Anthropic's desktop app for macOS and Windows. It speaks MCP over HTTP.
Prerequisites
- Your plnnrly URL (e.g.
acme.plnnrly.com). - An MCP token from the AI slide-over — see Get a token.
Configure
Open Claude Desktop → Settings → Developer → Edit Config. This opens claude_desktop_config.json. Add the plnnrly entry under mcpServers:
{
"mcpServers": {
"plnnrly": {
"type": "http",
"url": "https://<your-url>/mcp/v1",
"headers": {
"Authorization": "Bearer <token>"
}
}
}
}Save and restart Claude Desktop.
Verify
Start a new conversation and ask Claude to "list my plnnrly tools". You should see the configured tools listed. If you get a 401, the token is wrong or expired — roll a new one from the AI slide-over.