Simplifier Mcp
@simplifier-ag
About Simplifier Mcp
An MCP Server that enables integration of AI assistants with the Simplifier Low Code Platform. It provides tools and resources for creating and managing Simplifier Connectors and BusinessObjects.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Simplifier MCP?
Simplifier MCP is an MCP (Model Context Protocol) server that enables AI assistants to interact with the Simplifier Low Code Platform, a leading low-code platform in the SAP ecosystem. It provides tools and resources for creating and managing Simplifier Connectors and BusinessObjects, allowing AI to integrate with ERP, CRM, and other external systems via standardized connectors.
How to use Simplifier MCP?
Add the server to an AI agent like Claude Code using either npx or Docker, passing the required environment variables SIMPLIFIER_TOKEN (your current Simplifier token) and SIMPLIFIER_BASE_URL (your instance’s URL, e.g., https://<yourinstance>-dev.simplifier.cloud). A configuration file (.mcp.json) can also be used. See the Simplifier Community Docs for detailed setup instructions.
Key features of Simplifier MCP
- Manage Connectors and Logins for external system integration.
- Manage Business Objects (server-side JavaScript functions).
- Manage Data Types for connectors and internal objects.
- Execute Business Object Functions with parameters.
- Execute Connector Calls to external systems.
- Browse connectors, business objects, and system information.
Use cases of Simplifier MCP
- Let AI assistants create and manage Simplifier Connectors and BusinessObjects.
- Execute server-side business logic via Business Object Functions from AI prompts.
- Call external ERP/CRM systems through Simplifier Connectors automatically.
- Browse and retrieve platform resources like connectors and data types.
FAQ from Simplifier MCP
What environment variables are required?
You must set SIMPLIFIER_TOKEN (your current Simplifier token) and SIMPLIFIER_BASE_URL (the URL of your Simplifier instance, e.g., https://<yourinstance>-dev.simplifier.cloud).
How do I update the token after logging in again?
Every new login to Simplifier changes your token. You must exit your AI agent, remove the MCP configuration (e.g., claude mcp remove simplifier), re-add the server with the new token, and restart the agent.
What if my Simplifier is hosted on-premise?
If Simplifier is on-premise, the SIMPLIFIER_BASE_URL for your DEV instance will differ from the cloud schema mentioned in the examples. Ensure you use the correct URL.
What happens if the MCP fails to connect on startup?
If the MCP cannot connect to Simplifier at startup, an error page opens in your browser with details on the failure and instructions to fix the issue.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments