Skip to content

Cursor

  1. Open Cursor settings (Cmd+,) → FeaturesMCP ServersAdd server.

  2. Configure the Klozeo server:

    FieldValue
    Nameklozeo
    Typehttp
    URLhttps://api.klozeo.com/mcp
  3. Click Save. Cursor will open your browser for OAuth authorization.

  4. Sign in to your Klozeo account. An API key is generated and stored automatically.

  5. In any Cursor chat, Klozeo tools are now available. Try:

    “List all leads imported this month and score them”

If OAuth is not available, add the API key as a header in the MCP config (~/.cursor/mcp.json):

{
"mcpServers": {
"klozeo": {
"url": "https://api.klozeo.com/mcp",
"headers": { "Authorization": "Bearer sk_live_your_key" }
}
}
}