← Index

io.github.theYahia/elma365-mcp

io.github.theYahia/elma365-mcp·v1.0.0·Other
Quality Score
85
/100

MCP server for ELMA365 API — app items, BPM tasks. 3 tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "elma365-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/elma365-mcp"
      ],
      "env": {
        "ELMA365_DOMAIN": "<your-elma365_domain>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "elma365-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/elma365-mcp"
      ],
      "env": {
        "ELMA365_DOMAIN": "<your-elma365_domain>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/elma365-mcp
§02  Environment variables
ELMA365_DOMAIN
requiredsecret

API key for the service

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other