1. 概括

by Makia9879

272 downloads
Not rated
GitHub

Description

# 1. 概括 目前是基于浏览器模拟操作实现快速跳转到指定 meme 的交易页面,而且仅支持快速选中 `0.5 MON` 后执行交易。 之后我深入研究 RPC 调用,开发出可以更快速的执行交易功能,当前项目只能算打样。 # 2. 如何部署 **需要环境安装** - go v1.24.0+ - 最新的 chrome 浏览器 - 程序默认端口 `8080` 不被占用 1. 使用 `go build -o monadmcpgo main.go` 编译出二进制程序,或直接运行命令 `go run main.go` 2. 如果是选择编译二进制程序,请保证执行权限…

About

# 1. 概括 目前是基于浏览器模拟操作实现快速跳转到指定 meme 的交易页面,而且仅支持快速选中 `0.5 MON` 后执行交易。 之后我深入研究 RPC 调用,开发出可以更快速的执行交易功能,当前项目只能算打样。 # 2. 如何部署 **需要环境安装** - go v1.24.0+ - 最新的 chrome 浏览器 - 程序默认端口 `8080` 不被占用 1. 使用 `go build -o monadmcpgo main.go` 编译出二进制程序,或直接运行命令 `go run main.go` 2. 如果是选择编译二进制程序,请保证执行权限 `chmod a+x monadmcpgo` 3. 直接执行二进制程序…

Details

Author
Makia9879
Downloads
272
Categories
Other, Automation

- Browser automation to open and control Chrome
- Installs wallet plugin and connects to dApp
- Navigates to any meme contract trading page
- Pre-selects 0.5 MON for trade amount
- Triggers transaction after wallet confirmation
- Operates via SSE transport with MCP client

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 1. 概括
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The server requires Go 1.24.0+, a recent Chrome browser, and port 8080 free. Compile with go build -o monadmcpgo main.go then run ./monadmcpgo. Configure your MCP client with an SSE connection to http://127.0.0.1:8080/sse. Instruct the AI to "打狗" (literally "hit the dog", a trigger phrase), then send any meme contract address; the AI will open a browser, install a wallet plugin, navigate to the trading page, pre-select 0.5 MON, and prompt the user to confirm the transaction in the wallet.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "1. \u6982\u62ec": {
            "monad-mcp-server-go": {
                "type": "http",
                "url": "http://127.0.0.1:8080/sse"
            }
        }
    }
}

McpServers

{
    "monad-mcp-server-go": {
        "type": "http",
        "url": "http://127.0.0.1:8080/sse"
    }
}

1. 概括

目前是基于浏览器模拟操作实现快速跳转到指定 meme 的交易页面,而且仅支持快速选中 0.5 MON 后执行交易。

之后我深入研究 RPC 调用,开发出可以更快速的执行交易功能,当前项目只能算打样。

2. 如何部署

需要环境安装

- go v1.24.0+
- 最新的 chrome 浏览器
- 程序默认端口 8080 不被占用

1. 使用 go build -o monadmcpgo main.go 编译出二进制程序,或直接运行命令 go run main.go

2. 如果是选择编译二进制程序,请保证执行权限 chmod a+x monadmcpgo

3. 直接执行二进制程序 ./monadmcpgo

4. 进入 mcp client 程序,设置 mcp-server 连接配置,例如:

   {
     "mcpServers": {
       "monad-mcp-server-go": {
         "name": "monad-mcp-server-go",
         "type": "sse",
         "description": "",
         "isActive": true,
         "baseUrl": "http://127.0.0.1:8080/sse"
       }
     }
   }
   

5. 随意选择一个大模型连接设置好的 mcp-server 配置,例如:

image-20250501021356468

6. 先提示 AI:”我要 「打狗」“

7. 接着大模型会调用 mcp-server 打开一个浏览器,在里面安装好钱包插件并切换到连接 dapp 的钱包

8. 向 AI 发送任意 meme 合约地址,它会立即操作浏览器跳转到指定合约地址的交易界面,快速选中 0.5 MON 后发出交易

9. 在钱包插件确认交易

10. 结束

3. 挖坑

等我熟悉链上操作后会更新出可以快速链上交易的 mcp-server。有对 AI 做链上操作感兴趣或者有 AI 功能 idea 的朋友可以提 issue 留下你的 DC / twitter / TG,我会主动联系你 <3

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.