openemis pro for Cline
io.github.tixuz/openemis-pro
Read + write MCP server for OpenEMIS — free open-source school management system. 675 resources.
client:Cline
transport:stdio
runtime:npm
Install openemis pro in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"openemis-pro": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs