Connect Claude
Claude supports remote MCP servers in both Claude Desktop and on claude.ai.
Claude Desktop
Open claude_desktop_config.json (Settings → Developer → Edit Config) and add Picnic to mcpServers:
claude_desktop_config.json
{
"mcpServers": {
"picnic": {
"url": "https://agents.usepicnic.com/mcp"
}
}
}Save the file and restart Claude Desktop. The first time you ask Claude something that needs Picnic, you'll be sent to a browser to sign in with your passkey and approve scopes.
Claude on the web (claude.ai)
- Go to Settings → Connectors.
- Click Add custom connector.
- Paste
https://agents.usepicnic.com/mcpas the server URL. - Click Connect and complete the passkey login + scope approval.
Try it out
Ask Claude something like:
"What's my Picnic balance right now?"
Claude will call the get_balances tool and answer with your live balances.
Troubleshooting
If the passkey prompt doesn't appear, or you see a 401 error, see Troubleshooting.