ABAP

v1.0.0Developer Toolsstable

MCP server for abap

abapmcpai-integration
Share:
74
Stars
0
Downloads
0
Weekly
0/5

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

Interact with ABAP systems through MCP interface.
marianfoo

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx abap

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 build
2

Start 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:streamable
3

Add 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"
    }
  }
}
4

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

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.

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.

Quick Config Preview

{ "mcpServers": { "abap": { "command": "npx", "args": ["-y", "abap"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides