MCP Sap Docs
Rank #1,760io.github.marianfoo/mcp-sap-docs
MCP server providing sap-docs capabilities
MCP Sap Docs is a Model Context Protocol (MCP) server published by marianfoo. It ranks #1,760 of 115,460 servers tracked on MCP Toplist, and its repository has 217 GitHub stars. MCP Sap Docs is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 12, 2025 and most recently updated on Sep 9, 2025.
Ranks ahead of 113,700 of 115,460 servers on MCP Toplist.
Use MCP Sap Docs
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-sap-docs -- npx -y mcp-sap-docs[mcp_servers.mcp-sap-docs]
command = "npx"
args = ["-y", "mcp-sap-docs"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-sap-docs": {
"command": "npx",
"args": [
"-y",
"mcp-sap-docs"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-sap-docs": {
"command": "npx",
"args": [
"-y",
"mcp-sap-docs"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-sap-docs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-sap-docs"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-sap-docs": {
"command": "npx",
"args": [
"-y",
"mcp-sap-docs"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-sap-docs": {
"command": "npx",
"args": [
"-y",
"mcp-sap-docs"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.marianfoo%2Fmcp-sap-docs)<a href="https://mcptoplist.com/server/io.github.marianfoo%2Fmcp-sap-docs"><img src="https://mcptoplist.com/badge/io.github.marianfoo%2Fmcp-sap-docs.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
marianfoo
Other servers by marianfoo
- ARC-1#491 · 18 vers
- SAP Note Search MCP Server#5,752
- ARC-1 ABAP Tools#9,529 · 4 vers
- abap-mcp-server#10,002
- UI5con 2026 MCP Apps#32,739
Available versions (2)
| Version | Published |
|---|---|
| 0.3.9 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Sap Docs?
- MCP Sap Docs is maintained by marianfoo, which publishes 6 MCP servers (24 total versions) tracked on MCP Toplist.
- Is MCP Sap Docs listed on the Official MCP Registry?
- Yes — MCP Sap Docs is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Sap Docs have?
- MCP Toplist tracks 2 versions of MCP Sap Docs, most recently published on Sep 9, 2025.
- Where can I find the source code for MCP Sap Docs?
- The source code for MCP Sap Docs is hosted at github.com/marianfoo/mcp-sap-docs.