SAP CPI MCP Server for Claude.ai Web - OAuth-based integration with role-based access control
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ci-mcp-server-claude": {
"command": "npx",
"args": [
"-y",
"stiaansdw/ci-mcp-server-claude-web"
]
}
}
}
Run in terminal:
claude mcp add ci-mcp-server-claude npx -y stiaansdw/ci-mcp-server-claude-web
Add to .cursor/mcp.json:
{
"mcpServers": {
"ci-mcp-server-claude": {
"command": "npx",
"args": [
"-y",
"stiaansdw/ci-mcp-server-claude-web"
]
}
}
}