Loading MCP server directory, please wait...
MCP server for OpenEMIS v5 — read + write tools and ChatGPT OpenAPI adapter
npx @getmcp/cli add io.github.tixuz/openemis-proRequires Node.js 18+. Community-contributed server. Review source before installing.
OPENEMIS_BASE_URLBase URL of your OpenEMIS instance (e.g., https://demo.openemis.org/core)
OPENEMIS_API_KEYOpenEMIS API key (issued by the OpenEMIS admin). Required for every upstream login.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tixuz/openemis-pro": {
"command": "npx",
"args": [
"-y",
"openemis-mcp-pro"
],
"env": {
"OPENEMIS_BASE_URL": "",
"OPENEMIS_API_KEY": "",
"OPENEMIS_USERNAME": "",
"OPENEMIS_PASSWORD": "",
"OPENEMIS_TIMEOUT_MS": "",
"OPENEMIS_CORE_IN_OPERATOR": ""
}
}
}
}