---
slug: "bitcoin-op-return-mcp服务器"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/benthecarman/mcp-op-return@master/README.md"
repo: "https://github.com/benthecarman/mcp-op-return"
source_file: "README.md"
branch: "master"
---
# mcp-op-return

An MCP server for utilizing opreturnbot.com

## Setup

1. Install

```
git clone https://github.com/benthecarman/mcp-op-return.git
cd mcp-op-return
cargo install --path .
```

2. Add to mcp config

```
{
    "mcpServers": {
       "mcp-op-return": {
          "command": "mcp-op-return",
          "args": [
             "--mcp"
          ]
       }
    }
 }
```
