Loading MCP server directory, please wait...
MCP Server for Simplifier - manage Connectors, BusinessObjects, Datatypes and logins
npx @getmcp/cli add io.github.simplifier-ag/simplifier-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SIMPLIFIER_TOKENYour current Simplifier token
SIMPLIFIER_BASE_URLThe base URL of your Simplifier instance
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.simplifier-ag/simplifier-mcp": {
"command": "npx",
"args": [
"-y",
"@simplifierag/simplifier-mcp"
],
"env": {
"SIMPLIFIER_TOKEN": "",
"SIMPLIFIER_BASE_URL": ""
}
}
}
}