rod-mcp
Rod MCP 服务器
哇!太棒了,现在你可以使用 Rod 的 MCP 服务器了!🚀
Rod-MCP 通过使用Rod为您的应用程序提供浏览器自动化功能。该服务器提供了许多实用的 mcp 工具,使 LLM 能够与网页进行交互,例如点击、截屏、将页面保存为 PDF 等。
特征
🚀 由 Rod 提供支持的浏览器自动化
🎯 丰富的网页交互能力
元素单击
屏幕截图
PDF生成
还有更多...
🎨 无头/GUI 模式支持
⚡ 高性能和稳定性
🔧 易于配置和扩展
🤖 专为法学硕士互动而设计
Related MCP server: agentify-desktop
安装
先决条件
Go 1.23 或更高版本
Chrome/Chromium浏览器
步骤
克隆存储库:
git clone https://github.com/go-rod/rod-mcp.git
cd rod-mcp安装依赖项:
go mod tidy构建项目:
go build用法
基本用法
克隆 Repo 并自行构建或前往下载版本
配置 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 许可证 - 请参阅许可证文件
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceA professional browser automation server that enables MCP clients to perform structured web navigation, element interaction, and data extraction using the DrissionPage framework. It features 14 deterministic tools optimized for LLMs to automate web workflows efficiently without relying on vision-based models.69375Apache 2.0

agentify-desktopofficial
Alicense-qualityBmaintenanceMCP server that enables AI tools to control local browser sessions for ChatGPT, Claude, and other AI services, supporting querying, navigation, file uploads, and artifact management.65529Mozilla Public 2.0- AlicenseBqualityDmaintenanceAn MCP server that provides browser automation capabilities, enabling LLMs to control a web browser for navigation, interaction, and data extraction.3221012MIT
- AlicenseAqualityDmaintenanceSelf-hosted MCP server for AI browser automation. Connects to your own Chromium instance via CDP, providing tools for browser control, navigation, interaction, and content extraction.191MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Screenshot and HTML render MCP server for AI agents
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/go-rod/rod-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server