Cursor
-
Open Cursor settings (
Cmd+,) → Features → MCP Servers → Add server. -
Configure the Klozeo server:
Field Value Name klozeoType httpURL https://api.klozeo.com/mcp -
Click Save. Cursor will open your browser for OAuth authorization.
-
Sign in to your Klozeo account. An API key is generated and stored automatically.
-
In any Cursor chat, Klozeo tools are now available. Try:
“List all leads imported this month and score them”
Manual setup (API key)
Section titled “Manual setup (API key)”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" } } }}