rod-mcp

by go-rod

Integrations

  • Provides automated browser interaction with GitHub through Rod, enabling actions like clicking elements, taking screenshots, and generating PDFs when browsing GitHub repositories and interfaces.

Rod MCP 服务器

哇!太棒了,现在你可以使用 Rod 的 MCP 服务器了!🚀

Rod-MCP 通过使用Rod为您的应用程序提供浏览器自动化功能。该服务器提供了许多实用的 mcp 工具,使 LLM 能够与网页进行交互,例如点击、截屏、将页面保存为 PDF 等。

特征

  • 🚀 由 Rod 提供支持的浏览器自动化
  • 🎯 丰富的网页交互能力
    • 元素单击
    • 屏幕截图
    • PDF生成
    • 还有更多...
  • 🎨 无头/GUI 模式支持
  • ⚡ 高性能和稳定性
  • 🔧 易于配置和扩展
  • 🤖 专为法学硕士互动而设计

安装

先决条件

  • Go 1.23 或更高版本
  • Chrome/Chromium浏览器

步骤

  1. 克隆存储库:
git clone https://github.com/go-rod/rod-mcp.git cd rod-mcp
  1. 安装依赖项:
go mod tidy
  1. 构建项目:
go build

用法

基本用法

  1. 克隆 Repo 并自行构建或前往下载版本
  2. 配置 MCP:
{ "mcpServers": { "rod-mcp": { "command": "rod-mcp", "args": [ "-c", "rod-mcp.yaml" ] } } }

配置

配置文件支持以下选项:

  • serverName:服务器名称,默认为“Rod Server”
  • browserBinPath:浏览器可执行文件路径,为空则使用系统默认浏览器
  • headless:是否以无头模式运行浏览器,默认为false
  • browserTempDir:浏览器临时文件目录,默认为“./rod/browser”
  • noSandbox:是否禁用沙盒模式,默认为false
  • proxy:代理服务器设置,支持socks5代理

项目结构

rod-mcp/ ├── assets/ # Static resources ├── banner/ # Banner resources ├── cmd.go # Command line processing ├── main.go # Program entry ├── resources/ # Resource files ├── server.go # Server implementation ├── tools/ # Tool implementation ├── types/ # Type definitions └── utils/ # Utility functions

贡献指南

欢迎提交 Pull Request 或者创建 Issue!

执照

该项目采用 MIT 许可证 - 请参阅许可证文件

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Rod-MCP 通过使用 Rod 为您的应用程序提供浏览器自动化功能。该服务器提供了许多实用的 mcp 工具,使 LLM 能够与网页进行交互,例如点击、截屏、将页面保存为 PDF 等。

  1. 特征
    1. 安装
      1. 先决条件
      2. 步骤
    2. 用法
      1. 基本用法
      2. 配置
    3. 项目结构
      1. 贡献指南
        1. 执照

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment
            Last updated -
            10
            327
            85
            JavaScript
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            Enables LLMs to perform web browsing tasks, take screenshots, and execute JavaScript using Puppeteer for browser automation.
            Last updated -
            4
            15,502
            1
            JavaScript
          • -
            security
            A
            license
            -
            quality
            An MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.
            Last updated -
            32
            Python
            Apache 2.0
          • -
            security
            A
            license
            -
            quality
            A MCP server that provides browser automation tools, allowing users to navigate websites, take screenshots, click elements, fill forms, and execute JavaScript through Playwright.
            Last updated -
            Python
            Apache 2.0
            • Apple

          View all related MCP servers

          ID: 4ltyxyu1hs