Odel
openemis mcp pro

openemis mcp pro

Local
@tixuz2TypeScriptUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmopenemis-mcp-prov1.1.0

Run

npx -y openemis-mcp-pro

MCP client config

{
  "mcpServers": {
    "openemis-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "openemis-mcp-pro"
      ]
    }
  }
}