openemis-pro
About
Read + write MCP server for OpenEMIS — free open-source school management system. 675 resources.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OPENEMIS_BASE_URL OPENEMIS_API_KEY OPENEMIS_USERNAME OPENEMIS_PASSWORD OPENEMIS_TIMEOUT_MS OPENEMIS_CORE_IN_OPERATORClaude Code
claude mcp add --env OPENEMIS_BASE_URL= --env OPENEMIS_API_KEY= --env OPENEMIS_USERNAME= --env OPENEMIS_PASSWORD= --env OPENEMIS_TIMEOUT_MS= --env OPENEMIS_CORE_IN_OPERATOR= openemis-pro -- npx openemis-mcp-pro
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"openemis-pro","command":"npx","args":["openemis-mcp-pro"],"env":{"OPENEMIS_BASE_URL":"","OPENEMIS_API_KEY":"","OPENEMIS_USERNAME":"","OPENEMIS_PASSWORD":"","OPENEMIS_TIMEOUT_MS":"","OPENEMIS_CORE_IN_OPERATOR":""}}'
JSON
{
"mcpServers": {
"openemis-pro": {
"command": "npx",
"args": [
"openemis-mcp-pro"
],
"env": {
"OPENEMIS_BASE_URL": "",
"OPENEMIS_API_KEY": "",
"OPENEMIS_USERNAME": "",
"OPENEMIS_PASSWORD": "",
"OPENEMIS_TIMEOUT_MS": "",
"OPENEMIS_CORE_IN_OPERATOR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.