HiveLearn
@hivelearn
Read and author HiveLearn communities, courses, events, quizzes, and certificates.
Overview
What is HiveLearn?
HiveLearn is the official MCP server for the HiveLearn all-in-one community and LMS platform. It enables AI agents to read and author communities, courses, modules, lessons, events, quizzes, question banks, certificates, and members through the HiveLearn public REST API.
How to use HiveLearn?
Install via npm by adding a stdio config entry using npx -y hivelearn-mcp with the HIVELEARN_API_KEY environment variable. Alternatively, connect via the Streamable HTTP transport at https://mcp.hivelearn.app using the X-Hivelearn-Api-Key header. Obtain an API key from the HiveLearn admin panel (Admin → API Keys) — keys require a Pro, Scale, Enterprise, or Pioneer tier community.
Key features of HiveLearn
- Build courses at conversation speed
- Moderate and grow communities
- Run quizzes with question banks and attempts
- Issue certificates programmatically
- Supports stdio and Streamable HTTP transports
- Authenticates via API key header or environment variable
Use cases of HiveLearn
- Scaffold outlines, drop in lesson content, reorder modules, and publish courses
- Query members, read posts, and manage events in a community
- Create question banks, build quizzes, and pull attempts and scores
- Generate completion certificates for learners automatically
FAQ from HiveLearn
What transport protocols does HiveLearn MCP support?
It supports stdio (for Claude Desktop, Cursor, Windsurf) and Streamable HTTP at https://mcp.hivelearn.app.
How do I get an API key for HiveLearn?
Sign in to your HiveLearn community, go to Admin → API Keys, and create a new key. The key format is hl_live_....
What HiveLearn tier is required to use the MCP server?
The API key requires a Pro, Scale, Enterprise, or Pioneer tier community.
Can I use the HiveLearn MCP server without an internet connection?
No. The server connects to the HiveLearn public REST API, so an internet connection and a valid API key are required.
Where can I find additional documentation?
Full MCP documentation is at https://hivelearn.app/mcp, public API docs at https://hivelearn.app/api-docs, and the source code on GitHub at https://github.com/hivelearn/community-hub.