Skip to content
Grok

openemis for Grok

io.github.tixuz/openemis

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

client:Grok transport:stdio runtime:npm

Install openemis 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": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "openemis-mcp"
      ],
      "env": {
        "OPENEMIS_BASE_URL": "<OPENEMIS_BASE_URL>",
        "OPENEMIS_USERNAME": "<OPENEMIS_USERNAME>",
        "OPENEMIS_PASSWORD": "<OPENEMIS_PASSWORD>",
        "OPENEMIS_API_KEY": "<OPENEMIS_API_KEY>",
        "OPENEMIS_TIMEOUT_MS": "<OPENEMIS_TIMEOUT_MS>",
        "OPENEMIS_LOG_VERBOSE": "<OPENEMIS_LOG_VERBOSE>",
        "OPENEMIS_LOG_FILE": "<OPENEMIS_LOG_FILE>"
      }
    }
  }
}

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 in other clients