Skip to content
Cursor

openemis for Cursor

io.github.tixuz/openemis

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

client:Cursor transport:stdio runtime:npm

Install openemis in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openemis in other clients