Skip to content
Cursor

btp mcp server for Cursor

io.github.abranjan07/btp-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install btp mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

btp mcp server in other clients