Skip to content
Grok

btp mcp server for Grok

io.github.abranjan07/btp-mcp-server

Discover SAP BTP services, browse service catalog, check running instances, query dests, & more

client:Grok transport:stdio runtime:pypi

Install btp mcp server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "btp-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "btp-mcp-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

btp mcp server in other clients