sap-ai-mcp-servers-registry

Navigate and select SAP-related MCP servers, AI skills, and Claude plugins for SAP development workflows.

7|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/mcp-skills --skill sap-ai-mcp-servers-registry-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sap-ai-mcp-servers-registry
Source: https://github.com/reason-machines/mcp-skills/tree/main/skills/sap-ai-mcp-servers-registry
Command: npx skills add https://github.com/reason-machines/mcp-skills --skill sap-ai-mcp-servers-registry-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding the right MCP server for SAP development is difficult because options are scattered across dozens of community and official repositories covering ABAP, Fiori, CAP, Integration Suite, and Datasphere. This Skill consolidates the curated registry from marianfoo/sap-ai-mcp-servers into a single navigable reference with selection guidance. ## Core Features & Use Cases - Categorized Server Catalog: Browse official SAP servers (Fiori, CAP, UI5, MDK), ABAP/ADT servers, documentation search servers, integration servers, OData proxies, and Datasphere servers with stars, licenses, and purposes. - Decision Guidance: Use the built-in decision tree to pick a server by task, such as choosing vibing-steampunk for popular ABAP tooling or arc-1 for enterprise OAuth security. - Configuration Patterns: Apply ready-made MCP client configuration templates for OAuth, BTP destinations, and npx-based documentation servers. - Use Case: An SAP developer starting a CAP project asks which MCP server to use, gets directed to cap-js/mcp-server, and receives a working Claude Desktop configuration snippet. ## Quick Start Ask which MCP server to use for your SAP task, for example: find an ABAP MCP server with enterprise OAuth support and show me how to configure it.

Frequently Asked Questions about sap-ai-mcp-servers-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find MCP servers for SAP development?▼

Browse the registry by category: official SAP servers for Fiori, CAP, UI5, and MDK, plus community servers for ABAP, documentation search, integration, OData, and Datasphere. Each entry lists the repository, star count, license, and purpose to guide selection.

What is the best ABAP MCP server to use?▼

Vibing Steampunk (oisee/vibing-steampunk) is the most popular with 342 stars and bridges ADT to MCP for ABAP and AMDP. For enterprise security with BTP OAuth, use arc-1; for building servers directly in ABAP, use the abap-ai/mcp SDK.

How do I configure an SAP MCP server in Claude Desktop?▼

Add an entry to the mcpServers section of your client config with the command, args pointing to the server entry file, and env variables for credentials like SAP_USERNAME, SAP_PASSWORD, and SAP_BASE_URL. Always use environment variables rather than hardcoding credentials.

Does the registry include SAP documentation search servers?▼

Yes, it lists mcp-sap-docs for unified SAP developer documentation search, abap-mcp-server for ABAP-focused docs, and mcp-sap-notes for searching SAP Notes and knowledge base content. These typically run via npx without local installation.

How do I choose between similar SAP MCP servers?▼

Compare star count, license type, and last update date. Servers with 100+ stars indicate wide adoption, MIT or Apache-2.0 licenses are safe for production, and recent updates signal active maintenance. Avoid entries marked with no license found.

What are the limitations of community SAP MCP servers?▼

Community servers often target niche use cases with lower star counts and may lack enterprise security features or recent maintenance. Some entries have no license, so verify the repository directly before production use and prefer official SAP servers for production-ready needs.