← Index

HiveLearn

io.github.williamechevarria/hivelearn-mcp·v0.2.0·Other
Quality Score
95
/100

Read and author HiveLearn communities, courses, events, quizzes, and certificates.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.hivelearn.app
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hivelearn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hivelearn-mcp"
      ],
      "env": {
        "HIVELEARN_API_KEY": "<your-hivelearn_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hivelearn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hivelearn-mcp"
      ],
      "env": {
        "HIVELEARN_API_KEY": "<your-hivelearn_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y hivelearn-mcp
§02  Environment variables
HIVELEARN_API_KEY
requiredsecret

Your HiveLearn API key (hl_live_...). Create one at Admin → API Keys in your HiveLearn community.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Other