Connect guide · OAuth (browser sign-in)
In short: Cursor connects to Cubite either with a one-click install link that signs you in through the browser (OAuth, no key), or with a scoped API key: create the key in Admin, then your site, then Integrations, and add a cubite entry under mcpServers in Cursor's mcp.json with url https://cubite.io/api/mcp/mcp and an Authorization: Bearer header. Either way Cursor lists the 137 tools in its MCP panel.
Click Install in Cursor on this page (or on https://cubite.io/mcp). Cursor adds the cubite server with only its URL and opens a Cubite sign-in in your browser; tick the site or sites and approve the permissions. If your Cursor build does not complete the sign-in, use the API-key steps below.
In Cubite Admin, open your site, then Integrations, and create a key with only the scopes you need. The key is shown once.
Open Cursor Settings, then MCP, then add a server, or edit .cursor/mcp.json in your project (or the global one in your home directory) with this entry.
{
"mcpServers": {
"cubite": {
"url": "https://cubite.io/api/mcp/mcp",
"headers": {
"Authorization": "Bearer ck_your_key_here"
}
}
}
}jsonToggle the cubite server on in Cursor's MCP settings; the tools list should populate. Ask the agent for a concrete task, such as listing courses or drafting a lesson.
https://cubite.io/api/mcp/mcp (streamable HTTP)Machine-readable copy: cursor.md. Questions: amir@cubite.io or book a walkthrough.
Send us a message and we'll get back to you shortly.