An MCP server for integrating AI agents with the Simplifier Low Code Platform
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add simplifier-mcp -- npx -y @simplifierag/simplifier-mcp{
"mcpServers": {
"simplifier-mcp": {
"command": "npx",
"args": ["-y", "@simplifierag/simplifier-mcp"],
"env": {
"SIMPLIFIER_TOKEN": "<simplifier_token>",
"SIMPLIFIER_BASE_URL": "<simplifier_base_url>"
}
}
}
}SIMPLIFIER_TOKENSIMPLIFIER_BASE_URLMCP Servers overview
# Simplifier MCP Server
Simplifier is the leading low-code platform in the SAP ecosystem. Build custom
apps in a full-stack low-code cloud development environment, reducing your
dependency on full-scale coding. Integrate with ERP, CRM and other systems
easily using standardised connectors.
Find more information in our [community](https://community.simplifier.io) or try
Simplifier [for free](https://community.simplifier.io/start-for-free).
---
This repository contains an MCP server (Model Context Protocol) that enables
integration of AI assistants with the **[Simplifier Low Code Platform](https://simplifier.io/platform/)**.
It provides tools and resources for creating and managing Simplifier Connectors and BusinessObjects.
## Overview
The Simplifier MCP Server allows to interact with a Simplifier instance to:
- **Manage Connectors and Logins**: Integration components that connect external systems
- **Manage Business Objects**: Server-side executed JavaScript functions for business logic
- **Manage Data Types**: Data structures for interacting with Connectors and internal objects
- **Execute Business Object Functions**: Run JavaScript functions with parameters and retrieve results
- **Execute Connector Calls**: Call external systems via Simplifier Connector
- **Access platform resources**: Browse connectors, business objects, and system information
### Supported Connector types
Currently only the following connector types are fully supported:
* REST
* SOAP
* SQL
* SAPRFC
* OData (proxy-only; does not support Connector Calls)
### Client compatibility
The Simplifier MCP server exposes its data through two parallel surfaces so that
every MCP client can use it in full, regardless of which parts of the MCP
protocol that client supports:
* Clients that implement MCP **Resources** (e.g. Claude Code, Claude Desktop,
MCP Inspector) can browse and read Simplifier data through
`simplifier://…` URIs — for example `simplifier://businessobjects`,
`simplifier://connector/{name}`, or `simplifier://documentation/…`.
* Clients that only implement MCP **Tools** (e.g. OpenCode, Cursor, Cline,
Continue, Windsurf) get equivalent read access through tools named
`*-list`, `*-get`, `documentation-get` and `connector-wizard-rfc-search`.
Both surfaces share the same underlying implementation, so behavior is
identical. Where both are available, clients should prefer resources.
## Usage
Check out [Simplifier Community Docs](https://community.simplifier.io/doc/current-release/extend/setup-mcp-to-interact-with-ai-models/)
on how to use and set up the MCP server best.
### Add the MCP to claude code ...
**Using node / npx:**
```
claude mcp add simplifier npx @simplifierag/simplifier-mcp@latest --env SIMPLIFIER_TOKEN=<your current simplifier token> --env SIMPLIFIER_BASE_URL=https://<yourinstance>-dev.simplifier.cloud
```
**Using Docker:**
```
claude mcp add simplifier-docker docker -- run --rm -i --env SIMPLIFIER_TOKEN=<your current simplifier token> --env SIMPLIFIER_BASE_URL=https://<yourinstance>-dev.simplifier.cloud simplifierag/simplifier-mcp:latest
```
If your Simplifier is hosted on premise, then the `SIMPLIFIER_BASE_URL` of your DEV instance will be different from the mentioned schema.
#### After a new login to Simplifier
With every login to Simplifier your SimplifierToken will change. So you will have to:
- exit your AI agent (in this example claude),
- then remove the configuration of the MCP
```
claude mcp remove simplifier
```
- and then add the MCP again with the new token (see upper command) and restart your AI agent
### ...or use this example configuration for claude code to use the MCP
e.g. in a file named .mcp.json placed in the directory, where claude is started.
**Using node / npx:**
```json
{
"mcpServers": {
"simplifier-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"@simplifierag/simplifier-mcp@latest"
],
"env": {
"SIMPLIFIER_BASE_URL": "https://<yourinstance>-dev.simplifier.cloud",
"SIMPLIFIER_TOKEN": "<your current simplifier token>"
}
}
}
}
```
**Using Docker:**
```json
{
"mcpServers": {
"simplifier-docker": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--env",
"SIMPLIFIER_TOKEN",
"--env",
"SIMPLIFIER_BASE_URL",
"simplifierag/simplifier-mcp:latest"
],
"env": {
"SIMPLIFIER_BASE_URL": "https://<yourinstance>-dev.simplifier.cloud",
"SIMPLIFIER_TOKEN": "<your current simplifier token>"
}
}
}
}
```
### Troubleshooting
If the MCP fails to connect to Simplifier on startup, an error page will open in
your browser with details on the failure and information on how to fix the
problem.
What people ask about simplifier-mcp
What is simplifier-ag/simplifier-mcp?
+
simplifier-ag/simplifier-mcp is mcp servers for the Claude AI ecosystem. An MCP server for integrating AI agents with the Simplifier Low Code Platform It has 5 GitHub stars and its last recorded update is dated 2026-09-16.
How do I install simplifier-mcp?
+
You can install simplifier-mcp by cloning the repository (https://github.com/simplifier-ag/simplifier-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is simplifier-ag/simplifier-mcp safe to use?
+
Our security agent has analyzed simplifier-ag/simplifier-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains simplifier-ag/simplifier-mcp?
+
simplifier-ag/simplifier-mcp is maintained by simplifier-ag. The last recorded GitHub activity is dated 2026-09-16, with 0 open issues.
Are there alternatives to simplifier-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy simplifier-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/simplifier-ag-simplifier-mcp)<a href="https://claudewave.com/repo/simplifier-ag-simplifier-mcp"><img src="https://claudewave.com/api/badge/simplifier-ag-simplifier-mcp" alt="Featured on ClaudeWave: simplifier-ag/simplifier-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.