MCP ABAP Server
Enables querying ABAP programs, classes, function modules, and other objects from SAP systems with OAuth 2.0 authentication.
README
MCP ABAP Server
A Model Context Protocol (MCP) server for querying ABAP programs, classes, function modules, and other objects from SAP systems using OAuth 2.0 authentication.
Features
- OAuth 2.0 Authentication: Secure token-based authentication with SAP BTP
- Flexible Querying: Search ABAP objects by various criteria
- Pagination Support: Handle large result sets efficiently
- Multiple Object Types: Support for classes, programs, function modules, tables, and more
Installation
- Clone or download this repository
- Install dependencies:
npm install
Configuration
The server comes pre-configured with the SAP BTP credentials. If you need to modify them, edit the OAUTH_CONFIG object in index.js:
const OAUTH_CONFIG = {
tokenUrl: 'https://your-authentication-url/oauth/token',
clientId: 'your-client-id',
clientSecret: 'your-client-secret',
apiUrl: 'https://your-api-url/odata/v4/catalog/ObjlistSet'
};
Usage
Running the Server
Start the MCP server:
npm start
Or for development with auto-restart:
npm run dev
Available Tools
1. query_abap_objects
Query ABAP objects with various filters.
Parameters:
Package(string): Development package (e.g., "ZDEV")Objtype(string): Object type (e.g., "CLAS", "PROG", "FUNC")Objname(string): Object nameObjdesc(string): Object description (partial match)Transport(string): Transport request numberCreateby(string): Created by usernameLastupdated(string): Last updated date in YYYYMMDD format$skip(number): Number of records to skip$top(number): Maximum number of records to return
Examples:
-
Get all classes in package ZDEV:
{"Package": "ZDEV", "Objtype": "CLAS"} -
Get programs with pagination:
{"Objtype": "PROG", "$skip": 2, "$top": 8} -
Search by description:
{"Objdesc": "Custom Application", "$top": 10}
2. get_object_types
Get a list of available object types with their descriptions.
Parameters: None
Microsoft Copilot Integration
Step 1: Install Node.js
Ensure you have Node.js (v16 or higher) installed on your system.
Step 2: Install the MCP Server
- Download this MCP server to a local directory
- Navigate to the directory in terminal/command prompt
- Run:
npm install
Step 3: Configure Claude Desktop or MCP-compatible Client
Create or edit your MCP client configuration file (usually located at:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Linux:
~/.config/claude/claude_desktop_config.json
Add the following configuration:
{
"mcpServers": {
"abap-server": {
"command": "node",
"args": ["C:\\path\\to\\your\\mcp-abap-server\\index.js"],
"env": {}
}
}
}
Important: Replace C:\\path\\to\\your\\mcp-abap-server\\index.js with the actual path to your index.js file.
Step 4: Restart Your MCP Client
Restart Claude Desktop or your MCP-compatible client to load the new server.
Step 5: Use in Microsoft Copilot or Claude
Once configured, you can query ABAP objects using natural language:
Examples:
- "Show me all classes in the ZDEV package"
- "List the first 10 programs in package ZDEV"
- "Find objects created by user HALURI"
- "Get all function modules updated on 20260128"
- "Show me objects in transport HMFK900264"
The MCP server will automatically translate these requests into API calls and return the results.
Object Types Reference
| Code | Description |
|---|---|
| CLAS | Class |
| PROG | Program |
| FUNC | Function Module |
| TABL | Table |
| VIEW | View |
| DEVC | Package |
| FUGR | Function Group |
| INTF | Interface |
| DTEL | Data Element |
| DOMA | Domain |
Troubleshooting
Common Issues
- Authentication Errors: Verify your OAuth credentials are correct and the token URL is accessible
- Network Issues: Ensure you can access the SAP BTP endpoints from your network
- Permission Issues: Make sure your OAuth client has the necessary permissions to access the API
Debug Mode
To enable debug logging, set the environment variable:
DEBUG=mcp-abap-server npm start
Security Notes
- The OAuth client secret is stored in the source code for simplicity
- For production use, consider using environment variables or a secure configuration management system
- Ensure proper network security measures are in place when accessing SAP systems
License
MIT License
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。