Back to directory
aapanel/mcp_btpanel

aapanel/mcp_btpanel

@aaPanel

这是一个基于MCP协议开发的宝塔面板API接口工具,可以通过MCP协议与宝塔面板API进行交互

btpanel宝塔面板服务器管理MCPAPI接口dockermysql网站管理cloud

Installation & Configuration

{
  "mcpServers": {
    "mcp-btpanel": {
      "command": "go",
      "args": [
        "run",
        "main.go"
      ],
      "env": {
        "BT_BASE_URL": "http://your-panel-address:8888/",
        "BT_API_TOKEN": "your-api-token"
      }
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2026/6/14
Updated
2026/6/15