Hana
Freeby MCP Community
SAP HANA MCP server — Model Context Protocol server for SAP HANA and HANA Cloud. Use with Claude Code, VS Code, and other AI agents.
v0.2.2Added Apr 12, 2026
saphanasap-hanahana-mcphana-mcp-server
Hana MCP Server
SAP HANA MCP server — Model Context Protocol server for SAP HANA and HANA Cloud. Use with Claude Code, VS Code, and other AI agents.
Installation
Reviews
Installation
Quick install
npx -y hana-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"hana": {
"command": "npx",
"args": ["-y", "hana-mcp-server"]
}
}
}