How do I connect LunarCrush to Cursor?

Option 1 — via Cursor's UI: Go to Settings > MCP > Add Server, set the URL to https://lunarcrush.ai/mcp, and add the header Authorization: Bearer YOUR_API_KEY.

Option 2 — via config file: Add this to ~/.cursor/mcp.json:


{
  "mcpServers": {
    "LunarCrush": {
      "url": "https://lunarcrush.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Restart Cursor after saving.

Helpful links