SAP on Azure MCP Server (TypeScript Implementation)
About
A TypeScript implementation of the Model Context Protocol (MCP) server for SAP on Azure. It provides tools for SAP HANA database management and Azure resource management, enabling integration with AI assistants like Claude Desktop.
Details
- Author
- ArchitectRavi
- Downloads
- 353
- Categories
- Cloud Service
Jump to
- Multiple transport options: STDIO, HTTP, and SSE
- SAP HANA database querying and management tools
- Azure VM management (start, stop, status)
- Azure Network Security Group (NSG) operations
- Resource monitoring and system overview tools
- Fully typed TypeScript implementation for type safety
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
SAP on Azure MCP Server (TypeScript Implementation)Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with npm install, configure your .env file with SAP HANA and Azure credentials, then build with npm run build. Run the server via npm start for STDIO transport or npm run start:http for HTTP transport. For Claude Desktop integration, configure claude_desktop_config.json with the server command and environment variables.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sap on azure mcp server (typescript implementation)": {
"azsap-mcp-typescript": {
"command": "node",
"args": [
"dist/server-cli.js",
"--transport",
"http",
"--host",
"localhost",
"--port",
"3000"
]
}
}
}
}
McpServers
{
"azsap-mcp-typescript": {
"command": "node",
"args": [
"dist/server-cli.js",
"--transport",
"http",
"--host",
"localhost",
"--port",
"3000"
]
}
}
SAP on Azure MCP Server (TypeScript Implementation)
A TypeScript implementation of the Model Context Protocol (MCP) server for SAP on Azure, providing tools for SAP HANA database management and Azure resource management.
Features
- Multiple Transport Options: Supports STDIO, HTTP, and SSE transports
- SAP HANA Integration: Tools for querying and managing SAP HANA databases
- Azure VM Management: Tools for managing Azure VMs (start, stop, status)
- Azure NSG Operations: Tools for Network Security Group management
- Resource Monitoring: Tools for tracking system resources
- TypeScript Implementation: Fully typed implementation with modern ECMAScript features
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

