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.
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.
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.
claude mcp add openemis -- npx -y openemis-mcp
{
"mcpServers": {
"openemis": {
"args": [
"-y",
"openemis-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.openemis]
command = "npx"
args = ["-y", "openemis-mcp"]
{
"mcpServers": {
"openemis": {
"args": [
"-y",
"openemis-mcp"
],
"command": "npx"
}
}
}
{
"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.
Read + write MCP server for OpenEMIS — free open-source school management system. 675 resources.
MCP server for Yeastar P-Series PBX System API (read-only).
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.
MCP server for QMetry Test Management for Jira (QTM4J) Open API.
MCP server for Fizzy task management
MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.
MCP server for Jira Service Management Operations — alerts, on-call schedules and responders
Answers built from our own checks of this server.