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.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント