Skip to content
Grok

openemis pro for Grok

io.github.tixuz/openemis-pro

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

client:Grok transport:stdio runtime:npm

Install openemis pro in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openemis-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "openemis-mcp-pro"
      ],
      "env": {
        "OPENEMIS_BASE_URL": "<OPENEMIS_BASE_URL>",
        "OPENEMIS_API_KEY": "<OPENEMIS_API_KEY>",
        "OPENEMIS_USERNAME": "<OPENEMIS_USERNAME>",
        "OPENEMIS_PASSWORD": "<OPENEMIS_PASSWORD>",
        "OPENEMIS_TIMEOUT_MS": "<OPENEMIS_TIMEOUT_MS>",
        "OPENEMIS_CORE_IN_OPERATOR": "<OPENEMIS_CORE_IN_OPERATOR>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

openemis pro in other clients