# Connect Cubite LMS to Claude

In short: Connect Cubite to Claude with a browser sign-in: open the Add to Claude link (or add https://cubite.io/api/mcp/mcp as a custom connector), sign in to Cubite, tick the site or sites, approve the permissions. No API key is involved, and the 137 administration tools appear in your next chat.

- Server URL: https://cubite.io/api/mcp/mcp (streamable HTTP)
- Auth for Claude: OAuth (browser sign-in)
- Tools: 137, permissioned per connection or per key
- Page: https://cubite.io/mcp/claude

## Steps

1. Add the connector. Use the Add to Claude link on https://cubite.io/mcp, or open Claude Settings, then Connectors, then Add custom connector, and paste https://cubite.io/api/mcp/mcp as the URL. Name it Cubite.
2. Sign in to Cubite. Claude opens a Cubite sign-in in your browser. Sign in with your Cubite account and tick the site (or sites) this connection may act on.
3. Approve the permissions. The consent screen lists exactly which permissions are requested (courses, learners, certificates, reports and so on). Approve, and the connection is live.
4. Use it. Start a chat with the Cubite connector enabled and ask for something concrete: list my courses, enroll these five emails in the onboarding course, show at-risk learners this month.
5. Claude Code instead. In a terminal, register the server, then run /mcp inside Claude Code to complete the same browser sign-in on first use.

```bash
claude mcp add --transport http cubite https://cubite.io/api/mcp/mcp
```


## Notes

- Custom connectors are a Claude feature; check Anthropic's current plan page for which Claude plans include them.
- A connection is scoped to the sites you ticked and the permissions you approved; nothing else is reachable through it.
- Server-to-server or scripted use does not need Claude at all: create a scoped API key in Admin, then your site, then Integrations.
- Disconnect: Remove the connector from Claude's connector settings at any time; the grant stops working immediately.

## More

- All clients, permissions and workflows: https://cubite.io/mcp (markdown: https://cubite.io/mcp.md)
- Which other LMS vendors ship MCP servers: https://cubite.io/compare/lms-mcp-servers
- Pricing (the server is included with every site): https://cubite.io/pricing
