btp-mcp-server

ABRANJAN07/btp-mcp-server
★ 0 stars Python 📦 Other Updated today
MCP Server for BTP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install btp-mcp-server