MCP Hub
Back to servers

getcourse-mcp

MCP server for GetCourse API -- users, deals.

Registrynpm27/wk
Updated
Mar 31, 2026

Quick Install

npx -y @theyahia/getcourse-mcp

@theyahia/getcourse-mcp

MCP server for GetCourse LMS API. 3 tools for users, deals, and user creation.

npm license

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "getcourse": {
      "command": "npx",
      "args": ["-y", "@theyahia/getcourse-mcp"],
      "env": {
        "GETCOURSE_DOMAIN": "myschool.getcourse.ru",
        "GETCOURSE_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Code

claude mcp add getcourse -- npx -y @theyahia/getcourse-mcp

Set env: GETCOURSE_DOMAIN + GETCOURSE_API_KEY.

Cursor / Windsurf

{
  "getcourse": {
    "command": "npx",
    "args": ["-y", "@theyahia/getcourse-mcp"],
    "env": {
      "GETCOURSE_DOMAIN": "myschool.getcourse.ru",
      "GETCOURSE_API_KEY": "your-api-key"
    }
  }
}

Tools

ToolDescription
get_usersList users with optional status/date filters
create_userCreate or update a user, add to group/deal
get_dealsList deals (orders) with status/date filters

Auth

VariableRequiredDescription
GETCOURSE_DOMAINYesAccount domain (e.g. myschool.getcourse.ru)
GETCOURSE_API_KEYYesAPI secret key from account settings

HTTP Transport

HTTP_PORT=3000 npx @theyahia/getcourse-mcp
# or
npx @theyahia/getcourse-mcp --http 3000

Endpoints: POST /mcp (JSON-RPC), GET /health (status).

Skills

  • skill-students -- query and manage GetCourse students
  • skill-deals -- query GetCourse deals/orders by status and date

License

MIT

Reviews

No reviews yet

Sign in to write a review