Btp Sap Odata To MCP Server Optimized

This repository is an enterprise-ready MCP (Model Context Protocol) server that bridges SAP OData services with AI capabilities. Based on the original project btp-sap-odata-to-mcp-server by @lemaiwo, this optimized version features enhanced security, simplified configuration, modular authentication, and comprehensive Cloud Foundry integration. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2025-09-25 · ★ 6 · #593 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Btp Sap Odata To MCP Server Optimized

before you install - you'll need

Set SAP_IAS_URL, SAP_IAS_CLIENT_ID, SAP_IAS_CLIENT_SECRET, ODATA_DISCOVERY_MODE, ODATA_INCLUDE_PATTERNS, ODATA_EXCLUDE_PATTERNS, ODATA_MAX_SERVICES, SAP_DESTINATION_NAME before connecting.

Claude Code

claude mcp add raistlin82-btp-sap-odata-to-mcp-server-o -- npx -y btp-sap-odata-to-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "raistlin82-btp-sap-odata-to-mcp-server-o": {
      "command": "npx",
      "args": [
        "-y",
        "btp-sap-odata-to-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package btp-sap-odata-to-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.Raistlin82 is GitHub-verified and matches the repo owner

03 · Who maintains Btp Sap Odata To MCP Server Optimized

btp-sap-odata-to-mcp-server-optimized is maintained by raistlin82. It's the only MCP server we track from this author; the repo dates to Sep 2025.

04 · Facts

category
other - ranked #593 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.Raistlin82/btp-sap-odata-to-mcp-server-optimized (active, first published 2025-09-21)
packages
npm:btp-sap-odata-to-mcp-server

05 · Btp Sap Odata To MCP Server Optimized FAQ

What is Btp Sap Odata To MCP Server Optimized?

This repository is an enterprise-ready MCP (Model Context Protocol) server that bridges SAP OData services with AI capabilities. Based on the original project btp-sap-odata-to-mcp-server by @lemaiwo, this optimized version features enhanced security, simplified configuration, modular authentication, and comprehensive Cloud Foundry integration. It runs locally over stdio via the published package.

Is Btp Sap Odata To MCP Server Optimized still maintained?

Yes - as of 2026-08-25, its last commit was 2025-09-25. We re-verify nightly.

How do I install Btp Sap Odata To MCP Server Optimized?

Run `npx -y btp-sap-odata-to-mcp-server`. The README documents 8 environment variables (SAP_IAS_URL, SAP_IAS_CLIENT_ID, SAP_IAS_CLIENT_SECRET…) to set first. Set SAP_IAS_URL, SAP_IAS_CLIENT_ID, SAP_IAS_CLIENT_SECRET, ODATA_DISCOVERY_MODE, ODATA_INCLUDE_PATTERNS, ODATA_EXCLUDE_PATTERNS, ODATA_MAX_SERVICES, SAP_DESTINATION_NAME before connecting. You can also paste the ready-made client config above.

Does Btp Sap Odata To MCP Server Optimized run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Btp Sap Odata To MCP Server Optimized