返回市场
麦克普操作回滚

麦克普操作回滚

作者:benthecarman2 星标更新:2025-05-04

项目介绍

mcp-op-return

一个用于利用opreturnbot.com的MCP服务器。

配置步骤

  1. 安装
git clone https://github.com/benthecarman/mcp-op-return.git
cd mcp-op-return
cargo install --path .
  1. 添加到mcp配置
{
    "mcpServers": {
       "mcp-op-return": {
          "command": "mcp-op-return",
          "args": [
             "--mcp"
          ]
       }
    }
 }