MCP.so
登录

Simplifier Mcp

@simplifier-ag

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

simplifier-ag

提交者

Simplifier AG

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器