abap-mcp-server

by christianjianelli

Not rated
GitHub

About

Lightweight local MCP server written in Python. It exposes the ABAP MCP tools from the ABAP AI tools so they can be used through an MCP-compatible client.

Details

Author
christianjianelli
Categories
Developer Tools

Setup

Install abap-mcp-server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/christianjianelli/abap-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

Lightweight local MCP server written in Python. It exposes the ABAP MCP tools from the ABAP AI tools so they can be used through an MCP-compatible client.

This repository contains a lightweight MCP server written in Python. It exposes the ABAP MCP tools from the ABAP AI tools so they can be used through an MCP-compatible client.

sequenceDiagram participant C as MCP Client (Codex, Copilot, ...) participant S as ABAP MCP Server (Python) participant F as MCP Function (Python) participant I as SAP ICF Service participant A as ABAP AI tools MCP participant SAP as SAP System C->>S: Tool Request S->>F: Invoke Tool F->>I: HTTP Request I->>A: Route Request A->>SAP: Execute ABAP Logic SAP-->>A: Response A-->>I: Response I-->>F: HTTP Response F-->>S: Tool Response S-->>C: MCP Response

- Read, search, create, update domains
- Manage translations for domain fixed values

- Read, search, create, update data elements with built-in types or domain references
- Manage translations for data element labels

- Read, search, create, update transparent tables

- Read, search, create, update table types

- Read, search, create, update, delete CDS views

- SQL

- Perform SELECT, INSERT, UPDATE and DELETE statements on the SAP system

- Read, search, create, update, check, activate ABAP Classes

- Read, search, create, update, check, activate ABAP Interfaces

- Read, search, create, update, check, activate ABAP function groups

- Read, search, create, update, check, activate ABAP function modules

- Read, search, create, update, check, activate ABAP programs and includes

- Transport Requests

- Create workbench and customizing requests
- Search and read transport request details
- Release transport requests

- Read, create, update, translate, delete messages

- ABAP Mass Activation

- Mass activation of objects passing a list of objects or a transport request

The ABAP system must have the following packages installed:

- ABAP AI tools
-
ABAP AI tools - Function Calling
-
ABAP AI tools - MCP tools

graph RL A[ABAP AI tools - Function Calling] --> B[ABAP AI tools] C[ABAP AI tools - MCP tools] --> A[ABAP AI tools - Function Calling] C[ABAP AI tools - MCP tools] --> B[ABAP AI tools] D[abap-mcp-server] --> C[ABAP AI tools - MCP tools]

You also need a working Python environment that can install the packages fromrequirements.txt.

git clone https://github.com/christianjianelli/yaai_mcp.git cd abap-mcp-server

- Create and activate a virtual environment:
- Create a.envfile in the project root and configure the connection to your ABAP backend:

BASE_URL=https://vhcalnplci.dummy.nodomain:44300/sap/yaai/ SAP_USERNAME=<your-username> SAP_PASSWORD=<your-password>

BASE_URLis used as the prefix for the individual MCP tool endpoints. Update the host (https://vhcalnplci.dummy.nodomain) and port (44300) to match your ABAP server.
- Set up your local MCP server in Github Copilot in Eclipse

Note: The server runs over stdio, so it is meant to be launched by the MCP client.

Click on the Configure Tools button in the Copilot chat window or the click on the Copilot menu -> Edit Preferences -> find the MCP Servers section.

Edit the MCP server JSON file as shown in the example below. Change the directory path in the args array to the folder on your computer wheremain.pyfile is located.

{ "servers": { "abap-mcp-server": { "type": "stdio", "command": "uv", "args": [ "--directory", "D:\\Python\\abap-mcp-server", "run", "main.py" ] } } }

After completing the configuration, ask Copilot to list the tools it has access to

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.