Skip to content
Cursor

simplifier mcp for Cursor

io.github.simplifier-ag/simplifier-mcp

MCP Server for Simplifier - manage Connectors, BusinessObjects, Datatypes and logins

client:Cursor transport:stdio runtime:npm

Install simplifier mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "simplifier-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@simplifierag/simplifier-mcp"
      ],
      "env": {
        "SIMPLIFIER_TOKEN": "<SIMPLIFIER_TOKEN>",
        "SIMPLIFIER_BASE_URL": "<SIMPLIFIER_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

simplifier mcp in other clients