Rod浏览器自动化
STDIO基于Rod的浏览器自动化服务器
基于Rod的浏览器自动化服务器
Wow! It's awesome, now you can use the MCP server of Rod!🚀
Rod-MCP provides browser automation capabilities for your applications by using Rod. The server provides many useful mcp tools enable LLMs to interact with the web pages, like click, take screenshot, save page as pdf etc.
git clone https://github.com/go-rod/rod-mcp.git cd rod-mcp
go mod tidy
go build
{ "mcpServers": { "rod-mcp": { "command": "rod-mcp", "args": [ "-c", "rod-mcp.yaml" ] } } }
The configuration file supports the following options:
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
Welcome to submit Pull Request or create Issue!
This project is licensed under the MIT License - see the LICENSE file