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
{
"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