Allows searching, browsing, and retrieving SAP Help Portal documentation using keyword search, semantic search, product listing, and page content extraction.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sap-help-mcpsearch SAP Help Portal for FIORI app configuration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
sap-help-mcp
An MCP (Model Context Protocol) server for searching SAP Help Portal documentation. Enables AI assistants to search, browse, and retrieve SAP documentation programmatically.
Tools
Tool | Description |
| Keyword search across all SAP Help Portal documentation |
| AI-powered semantic search for natural language questions |
| List all available SAP products with IDs for filtering |
| Fetch and extract clean text content from a specific help page |
Related MCP server: BelugaMCP
Setup
npm install
npm run buildUsage with Claude Code
Add to your Claude Code MCP config (.claude.json):
{
"mcpServers": {
"sap-help": {
"command": "node",
"args": ["/path/to/sap-help-mcp/dist/index.js"]
}
}
}Deploy to SAP BTP Cloud Foundry
npm run build
cf pushThe app deploys using manifest.yml and starts the HTTP transport on the CF-assigned port.
Connect to deployed server
{
"mcpServers": {
"sap-help": {
"type": "url",
"url": "https://<your-cf-app-url>/mcp"
}
}
}Run HTTP server locally
npm run build
npm run start:http # starts on port 8080Examples
Keyword search:
Search for "SD pricing configuration" filtered by S/4HANA
Semantic search:
"How do I configure batch jobs in SAP AI Core?"
Browse products:
List all SAP products to find the right product ID filter
Fetch a page:
Get the full content of a specific help page URL from search results
Tech Stack
TypeScript
Axios for HTTP
Zod for input validation
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ethanhan2014/sap-help-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
