ABAPilot for Cline
io.github.nicohern/abapilot-mcp
ABAP MCP connector for SAP ECC and on-premise S/4HANA. Requires a licensed ABAPilot backend.
client:Cline
transport:stdio
runtime:npm
Install ABAPilot in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"abapilot-mcp": {
"command": "npx",
"args": [
"-y",
"abapilot"
],
"env": {
"ABAPILOT_URL": "<ABAPILOT_URL>",
"ABAPILOT_USER": "<ABAPILOT_USER>",
"ABAPILOT_PASSWORD": "<ABAPILOT_PASSWORD>",
"ABAPILOT_TOKEN": "<ABAPILOT_TOKEN>",
"ABAPILOT_CLIENT": "<ABAPILOT_CLIENT>",
"ABAPILOT_TOOLS": "<ABAPILOT_TOOLS>",
"ABAPILOT_TLS_INSECURE": "<ABAPILOT_TLS_INSECURE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs