MCP server for ELMA365 API — app items, BPM tasks. 3 tools.
claude mcp add elma365-mcp -- npx -y @theyahia/elma365-mcp
claude_desktop_config.json
{
"mcpServers": {
"elma365-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/elma365-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"elma365-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/elma365-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"elma365-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/elma365-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"elma365-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/elma365-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"elma365-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/elma365-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.theYahia--elma365-mcp/reviews or the review_server meta-tool.
POST /mcp