ABAP
MCP server for abap
What is ABAP?
ABAP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for abap
MCP server for abap
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server for abap
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx abapConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use ABAP
The ABAP MCP server gives AI assistants access to a rich offline and online knowledge base covering the ABAP programming language, SAP RAP (RESTful ABAP Programming Model), and the SAP community. It exposes search and fetch tools that let Claude or another MCP client look up ABAP documentation, retrieve full community posts, check feature compatibility across ABAP flavors, lint ABAP code locally, and find real-world workarounds from SAP community discussions — all without leaving your editor.
Prerequisites
- Node.js 18 or later (for local build) or direct access to the public hosted endpoint
- An MCP-compatible client such as Claude Desktop or VS Code with MCP support
- Git (if building locally from source)
- No SAP system credentials required for documentation search; a live SAP system is only needed for certain advanced integrations
Choose between hosted and local server
The easiest way to use the ABAP MCP server is via the public hosted endpoint at https://mcp-abap.marianzeis.de/mcp which requires no installation. If you prefer a local build, clone the repository and follow the build steps.
# Option A: use the public hosted endpoint (no install needed)
# Option B: clone and build locally
git clone https://github.com/marianfoo/abap-mcp-server.git
cd abap-mcp-server
npm ci && npm run setup && npm run buildStart the local server (if using local build)
After building, start the server in streamable HTTP mode. By default it listens on port 3124.
npm run start:streamableAdd the hosted endpoint to your MCP client
For Claude Desktop or Claude Code, configure the server to point at the public hosted HTTP endpoint. This requires no local process.
{
"mcpServers": {
"abap-mcp": {
"type": "http",
"url": "https://mcp-abap.marianzeis.de/mcp"
}
}
}Add the local endpoint to your MCP client (alternative)
If you are running the server locally, point your MCP client at the local endpoint instead.
{
"mcpServers": {
"abap-mcp": {
"type": "http",
"url": "http://127.0.0.1:3124/mcp"
}
}
}Restart your MCP client and verify
Restart Claude Desktop or your MCP client. The ABAP tools (search, fetch, abap_feature_matrix, sap_community_search, abap_lint) should now appear in your session.
ABAP Examples
Client configuration
Claude Desktop configuration using the public hosted ABAP MCP server endpoint.
{
"mcpServers": {
"abap-mcp": {
"type": "http",
"url": "https://mcp-abap.marianzeis.de/mcp"
}
}
}Prompts to try
Example prompts to explore ABAP documentation and community knowledge.
- "Search the ABAP documentation for how to use OPEN SQL with FOR ALL ENTRIES."
- "What ABAP features are available in ABAP Cloud versus classic ABAP?"
- "Search the SAP community for solutions to the ABAP runtime error CALL_FUNCTION_REMOTE_ERROR."
- "Lint this ABAP code snippet and tell me about any style or syntax issues."
- "Fetch the full content of SAP community post ID 12345678."Troubleshooting ABAP
Requests to the hosted endpoint time out or return connection errors
Check https://mcp-abap.marianzeis.de/health in a browser to verify the hosted server is up. If it is down, fall back to building and running the server locally.
Local server fails to start after npm run build
Run npm run setup before npm run build to ensure offline documentation indexes are downloaded. The setup step downloads required data files that are not included in the repository.
abap_lint returns no results or errors on code input
Make sure you are passing clean ABAP source code as a string without leading/trailing markdown fences. The linter expects raw ABAP text, not code blocks.
Frequently Asked Questions about ABAP
What is ABAP?
ABAP is a Model Context Protocol (MCP) server that mcp server for abap It connects AI assistants to external tools and data sources through a standardized interface.
How do I install ABAP?
Follow the installation instructions on the ABAP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with ABAP?
ABAP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is ABAP free to use?
Yes, ABAP is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
ABAP Alternatives — Similar Developer Tools Servers
Looking for alternatives to ABAP? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up ABAP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use ABAP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.