Connect Cursor
Cursor supports MCP servers via its MCP Settings panel.
Steps
- Open Cursor.
- Go to Settings → MCP (or Cursor Settings → MCP depending on version).
- Click + Add new MCP server.
- Fill in:
- Name: Picnic
- Type: HTTP / Streamable HTTP
- URL:
https://agents.usepicnic.com/mcp
- Save. Cursor will trigger the OAuth flow on first use — sign in with your passkey, approve scopes.
If you prefer to edit the config file directly, add to ~/.cursor/mcp.json:
~/.cursor/mcp.json
{
"mcpServers": {
"picnic": {
"url": "https://agents.usepicnic.com/mcp"
}
}
}Try it out
In any Cursor chat, ask:
"How much do I have on Picnic across all chains?"
Cursor will call the Picnic MCP tools and answer.
Troubleshooting
See Troubleshooting if the connection doesn't go through.