@sap/mdk-mcp-server
Rank #1,766io.github.SAP/mdk-mcp-server
Model Context Protocol (MCP) server for AI-assisted development of MDK applications.
@sap/mdk-mcp-server is a Model Context Protocol (MCP) server published by sap. It ranks #1,766 of 132,405 servers tracked on MCP Toplist, and its repository has 37 GitHub stars. @sap/mdk-mcp-server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Sep 22, 2025 and most recently updated on Apr 19, 2026.
Ranks ahead of 130,639 of 132,405 servers on MCP Toplist.
Use @sap/mdk-mcp-server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mdk-mcp-server -- npx -y @sap/mdk-mcp-server[mcp_servers.mdk-mcp-server]
command = "npx"
args = ["-y", "@sap/mdk-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mdk-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sap/mdk-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mdk-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sap/mdk-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mdk-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sap/mdk-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mdk-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sap/mdk-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mdk-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sap/mdk-mcp-server"
]
}
}
}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.SAP%2Fmdk-mcp-server)<a href="https://mcptoplist.com/server/io.github.SAP%2Fmdk-mcp-server"><img src="https://mcptoplist.com/badge/io.github.SAP%2Fmdk-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
sap
Other servers by sap
View all sap servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 19, 2026 |
Frequently asked questions
- Who maintains @sap/mdk-mcp-server?
- @sap/mdk-mcp-server is maintained by sap, which publishes 2 MCP servers (57 total versions) tracked on MCP Toplist.
- Is @sap/mdk-mcp-server listed on the Official MCP Registry?
- Yes — @sap/mdk-mcp-server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does @sap/mdk-mcp-server have?
- MCP Toplist tracks 1 version of @sap/mdk-mcp-server, most recently published on Apr 19, 2026.
- Where can I find the source code for @sap/mdk-mcp-server?
- The source code for @sap/mdk-mcp-server is hosted at github.com/sap/mdk-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.