> ## Documentation Index
> Fetch the complete documentation index at: https://docs.consensus.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Cursor

> Install the Consensus MCP server in Cursor.

**One-click:** [Install in Cursor](https://cursor.com/en/install-mcp?name=consensus\&config=eyJ1cmwiOiJodHRwczovL21jcC5jb25zZW5zdXMuYXBwL21jcCJ9). Or add to `~/.cursor/mcp.json`:

```json theme={null}
{
  "mcpServers": {
    "consensus": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://mcp.consensus.app/mcp"]
    }
  }
}
```

## Next

<CardGroup cols={2}>
  <Card title="Verify your connection" icon="circle-check" href="/consensus-mcp#verify-your-connection">
    Run a test search and fix common setup issues.
  </Card>

  <Card title="Plans and access" icon="credit-card" href="/mcp-plans-and-access">
    Papers per search, monthly calls, and rate limits for each plan.
  </Card>
</CardGroup>
