Sap Help
БесплатноНе проверенAn MCP server for searching SAP Help Portal documentation, enabling AI assistants to search, browse, and retrieve SAP documentation programmatically.
Описание
An MCP server for searching SAP Help Portal documentation, enabling AI assistants to search, browse, and retrieve SAP documentation programmatically.
README
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 |
|---|---|
sap_help_search |
Keyword search across all SAP Help Portal documentation |
sap_help_semantic_search |
AI-powered semantic search for natural language questions |
sap_help_list_products |
List all available SAP products with IDs for filtering |
sap_help_get_page |
Fetch and extract clean text content from a specific help page |
Setup
npm install
npm run build
Usage 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 push
The 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 8080
Examples
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
- MCP SDK
- Axios for HTTP
- Zod for input validation
License
MIT
Установка Sap Help
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ethanhan2014/sap-help-mcpFAQ
Sap Help MCP бесплатный?
Да, Sap Help MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Sap Help?
Нет, Sap Help работает без API-ключей и переменных окружения.
Sap Help — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Sap Help в Claude Desktop, Claude Code или Cursor?
Открой Sap Help на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Sap Help with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
