theYahia/getcourse-mcp
MCP server for GetCourse — online courses, students, deals (Russia)
Platform-specific configuration:
{
"mcpServers": {
"getcourse-mcp": {
"command": "npx",
"args": [
"-y",
"getcourse-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for GetCourse LMS API. 3 tools for users, deals, and user creation.
[](https://www.npmjs.com/package/@theyahia/getcourse-mcp) [](./LICENSE)
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 mcp add getcourse -- npx -y @theyahia/getcourse-mcpSet env: GETCOURSE_DOMAIN + GETCOURSE_API_KEY.
{
"getcourse": {
"command": "npx",
"args": ["-y", "@theyahia/getcourse-mcp"],
"env": {
"GETCOURSE_DOMAIN": "myschool.getcourse.ru",
"GETCOURSE_API_KEY": "your-api-key"
}
}
}| Tool | Description | |------|-------------| | get_users | List users with optional status/date filters | | create_user | Create or update a user, add to group/deal | | get_deals | List deals (orders) with status/date filters |
| Variable | Required | Description | |----------|----------|-------------| | GETCOURSE_DOMAIN | Yes | Account domain (e.g. myschool.getcourse.ru) | | GETCOURSE_API_KEY | Yes | API secret key from account settings |
HTTP_PORT=3000 npx @theyahia/getcourse-mcp
# or
npx @theyahia/getcourse-mcp --http 3000Endpoints: POST /mcp (JSON-RPC), GET /health (status).
MIT
Loading reviews...