mcpbeat Sign in

Openemis MCP Server

local only

Openemis runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 16 Jun 2026.

Read-only MCP server for OpenEMIS — free open-source school management system. 675 resources.

Installs per day peak 21 · avg 8 · -21% w/w
a month agotoday
46
Installs / week
npm · openemis-mcp
4
Stars
0 open issues
16 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Openemis every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 openemis -- npx -y openemis-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openemis": {
      "args": [
        "-y",
        "openemis-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openemis]
command = "npx"
args = ["-y", "openemis-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openemis": {
      "args": [
        "-y",
        "openemis-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openemis": {
      "args": [
        "-y",
        "openemis-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENEMIS_BASE_URL (Base URL of your OpenEMIS instance (e.g., https://demo.openemis.org/core)), OPENEMIS_USERNAME (OpenEMIS login username), OPENEMIS_PASSWORD (OpenEMIS login password), OPENEMIS_API_KEY (OpenEMIS API key (issued by the OpenEMIS admin)), OPENEMIS_TIMEOUT_MS (Request timeout in milliseconds (default 30000)), OPENEMIS_LOG_VERBOSE (Set to 1 to log every tool call and result as JSONL. OFF by default. Results contain tenant PII — enable only on instances you own.), OPENEMIS_LOG_FILE (Path to write verbose JSONL log. If empty and OPENEMIS_LOG_VERBOSE=1, logs go to stderr.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Openemis

same job, measured the same way
Openemis Pro
by tixuz

Read + write MCP server for OpenEMIS — free open-source school management system. 675 resources.

36 installs/wk local only
Yeastar P-Series PBX
by wyre-ai

MCP server for Yeastar P-Series PBX System API (read-only).

local only
Classquill MCP
by equateitau

Read-only MCP server for ClassQuill, a tutoring-business-management platform.

78 installs/wk answering
Radar Kubernetes MCP Server
by skyhook-io

Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.

local only
QTM4J
by denis-platonov

MCP server for QMetry Test Management for Jira (QTM4J) Open API.

32 installs/wk local only
Fizzy
by davegomez

MCP server for Fizzy task management

27 installs/wk local only
mcp-server-smartsheet-rm
by christianclaudio

MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.

788 installs/wk local only
Jira Alerts (JSM Operations)
by rrvrs

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

75 installs/wk local only

Openemis — questions

Answers built from our own checks of this server.

Why is there no uptime for Openemis?
Openemis 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 openemis-mcp was installed 46 times last week.
How do I connect Openemis?
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 openemis-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Openemis?
The npm package openemis-mcp was installed 46 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Openemis open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 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.