Catalog
io.github.williamechevarria/hivelearn-mcp
OfficialHiveLearn
Read and author HiveLearn courses, events, quizzes, certificates, resources, leaderboards, tracks.
Create and manage online courses, events, quizzes, and certificates.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
HIVELEARN_API_KEYrequiredsecretYour HiveLearn API key (hl_live_...). Create one at Admin → API Keys in your HiveLearn community.
claude_desktop_config.json
{
"mcpServers": {
"hivelearn-mcp": {
"command": "npx",
"args": [
"-y",
"hivelearn-mcp@0.1.1"
],
"env": {
"HIVELEARN_API_KEY": "<YOUR_HIVELEARN_API_KEY>"
}
}
}
}