Screenshot of the sap-ai-mcp-servers README showing the overview tables and categories.

SAP MCP Servers: The Missing Overview

If you are searching for SAP MCP Servers (Model Context Protocol), you quickly run into the same problem: Which SAP MCP servers exist (official and community), and what other SAP AI tooling should you know about? That is why I like this new repo: marianfoo/sap-ai-mcp-servers: SAP MCP Servers and SAP AI Skills list It is a curated list of SAP MCP servers, SAP AI skills, and adjacent developer tools. The README is structured as tables so you can scan by category, compare licenses, and see what is actively maintained. ...

March 5, 2026 · Marian Zeis
Screenshot showing the integration of SAP RAP actions in the AI agent workflow.

Building an Enterprise-Ready SAP AI Agent with Open Source

There is currently a huge hype around the new MCP (Model Context Protocol) servers. I’ve built one for SAP Docs, and there are excellent community projects like the ADT API MCP Server. These tools are fantastic for individual developers. You install them, connect them to your IDE or a local LLM, and suddenly your AI assistant knows about SAP. Architecture overview (in one picture) Before diving into the details, here is the high-level architecture I’m aiming for: ...

March 3, 2026 · Marian Zeis
Screenshot of Eclipse showing GitHub Copilot working with the ABAP MCP server.

Finally: An MCP Server for ABAP

Finally, there is an MCP server for ABAP. You can use it directly in Eclipse via https://mcp-abap.marianzeis.de/mcp. Setup instructions are here: Eclipse configuration (GitHub Copilot) Why a community ABAP MCP server? SAP has announced an MCP server for ABAP, so why create a community one? The trigger for me was the release of Agent Mode in GitHub Copilot for ADT, which finally makes it possible to edit ABAP code by Copilot. LLM models are already really good, but ABAP knowledge is still a recurring problem. So I wanted an MCP server that is actually tailored for ABAP. ...

February 4, 2026 · Marian Zeis
LibreChat screenshot showing an MCP-assisted SAP Notes lookup workflow.

Supercharged Local Open Source Joule for Consultants: Search Your Data & Code

This post is a mirrored copy of my LinkedIn article, kept here so it remains searchable and independent from external platforms. You can still find the original on LinkedIn: LinkedIn Pulse article. Joule for Consultants costs 250 € and mainly searches SAP Help, SAP Community and SAP for Me (Notes). That is useful, but it stops where real projects start: your own systems, codebase and sensitive data. Even though public assistants like ChatGPT and Claude can already reach SAP Help and SAP Community, the real gap is internal/authenticated data and code. ...

October 29, 2025 · Marian Zeis