Odel
getcourse mcp

getcourse mcp

Local
@theyahiaTypeScriptMITUpdated 2w ago

MCP server for GetCourse API -- users, deals.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@theyahia/getcourse-mcpv1.0.0

Run

npx -y @theyahia/getcourse-mcp

MCP client config

{
  "mcpServers": {
    "getcourse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/getcourse-mcp"
      ]
    }
  }
}