MCP Server
io.github.marianfoo/mcp-sap-docs MCP Server
io.github.marianfoo/mcp-sap-docs
What is the io.github.marianfoo/mcp-sap-docs MCP server?
Fast MCP server for unified SAP docs search (SAPUI5, CAP, OpenUI5, wdi5) with BM25 full-text search
How to install io.github.marianfoo/mcp-sap-docs
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-sap-docs": {
"command": "npx",
"args": [
"-y",
"mcp-sap-docs"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-sap-docs": {
"command": "npx",
"args": [
"-y",
"mcp-sap-docs"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-sap-docs": {
"command": "npx",
"args": [
"-y",
"mcp-sap-docs"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-sap-docs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-sap-docs"
]
}
}
}Claude Code
claude mcp add mcp-sap-docs -- npx -y mcp-sap-docs