nonebot2 (MCP Server)

GitHub

跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "nonebot2": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nonebot2"
      ]
    }
  }
}