★ 0 stars
TypeScript
📦 Other
Updated 1d ago
Enterprise-ready template for building SAP MCP servers with workflows, governance, and proper tool design.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sap-mcp-server-templ": {
"command": "npx",
"args": [
"-y",
"Nidhideep/sap-mcp-server-template"
]
}
}
}
Run in terminal:
claude mcp add sap-mcp-server-templ npx -y Nidhideep/sap-mcp-server-template
Add to .cursor/mcp.json:
{
"mcpServers": {
"sap-mcp-server-templ": {
"command": "npx",
"args": [
"-y",
"Nidhideep/sap-mcp-server-template"
]
}
}
}