Openemis Pro runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 16 Jun 2026.
Read + write MCP server for OpenEMIS — free open-source school management system. 675 resources.
Today is the operative word: we check Openemis Pro 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-pro -- npx -y openemis-mcp-pro
{
"mcpServers": {
"openemis-pro": {
"args": [
"-y",
"openemis-mcp-pro"
],
"command": "npx"
}
}
}
[mcp_servers.openemis-pro]
command = "npx"
args = ["-y", "openemis-mcp-pro"]
{
"mcpServers": {
"openemis-pro": {
"args": [
"-y",
"openemis-mcp-pro"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"openemis-pro": {
"args": [
"-y",
"openemis-mcp-pro"
],
"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_API_KEY (OpenEMIS API key (issued by the OpenEMIS admin). Required for every upstream login.), OPENEMIS_USERNAME (OpenEMIS login username. Optional — if unset, server fails closed and requires openemis_login at runtime.), OPENEMIS_PASSWORD (OpenEMIS login password. Pairs with OPENEMIS_USERNAME for env-default auth.), OPENEMIS_TIMEOUT_MS (Request timeout in milliseconds (default 30000)), OPENEMIS_CORE_IN_OPERATOR (Set to 1 to enable native IN-operator batch GETs once your OpenEMIS Core has POCOR-9660 deployed.).
The author declared them in the registry entry; get the values from the project itself.
Read-only MCP server for OpenEMIS — free open-source school management system. 675 resources.
MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.
MCP server for Slack — read/write messages, manage threads, and react to messages.
Cross-platform MCP server for system clipboard access (read, write, watch)
Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.
MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools
MCP server for QMetry Test Management for Jira (QTM4J) Open API.
MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.
Answers built from our own checks of this server.