Picnic MCP is in early access — read-only access only for now.
Docs
Cursor

Connect Cursor

Cursor supports MCP servers via its MCP Settings panel.

Steps

  1. Open Cursor.
  2. Go to Settings → MCP (or Cursor Settings → MCP depending on version).
  3. Click + Add new MCP server.
  4. Fill in:
    • Name: Picnic
    • Type: HTTP / Streamable HTTP
    • URL: https://agents.usepicnic.com/mcp
  5. 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.