mcpbeat Sign in

Getcourse MCP Server

local only

Getcourse MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 18 Aug 2026.

MCP server for GetCourse API -- users, deals.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 18 · avg 5 · +400% w/w
a month agotoday
54
Installs / week
npm · @theyahia/getcourse-mcp
0
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository theyahia/getcourse-mcp
пакет @theyahia/getcourse-mcp ссылается на theyahia/mcp-servers

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add getcourse-mcp -- npx -y @theyahia/getcourse-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "getcourse-mcp": {
      "args": [
        "-y",
        "@theyahia/getcourse-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.getcourse-mcp]
command = "npx"
args = ["-y", "@theyahia/getcourse-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "getcourse-mcp": {
      "args": [
        "-y",
        "@theyahia/getcourse-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "getcourse-mcp": {
      "args": [
        "-y",
        "@theyahia/getcourse-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GETCOURSE_DOMAIN (API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Getcourse MCP

same job, measured the same way
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

46 installs/wk local only
Vulners MCP
by vulnerscom

MCP server for the Vulners.com API

45 installs/wk local only
Hostinger API MCP
by hostinger

MCP server for Hostinger API

155 172 installs/wk answering
Qnap
by marcelo-ochoa

MCP server for QNAP NAS API

32 installs/wk local only
Razorpay
by indiamcp

MCP server for Razorpay API.

21 installs/wk local only
MCP Server Browser
by bytedance

MCP server for browser use access

1 973 installs/wk local only
Datamuse MCP
by lacausecrypto

MCP server for Datamuse word-finding API

30 installs/wk local only
Uk Parliament Members
by nick-ma

MCP server for UK Parliament Members API

24 installs/wk local only

Getcourse MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Getcourse MCP?
Getcourse MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @theyahia/getcourse-mcp was installed 54 times last week.
Is Getcourse MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Getcourse MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @theyahia/getcourse-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Getcourse MCP?
The npm package @theyahia/getcourse-mcp was installed 54 times in the last week. Week over week that is +400%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Getcourse MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.