{"id":27388573,"url":"https://github.com/go-rod/rod-mcp","last_synced_at":"2025-04-13T18:45:41.403Z","repository":{"id":284456564,"uuid":"954691351","full_name":"go-rod/rod-mcp","owner":"go-rod","description":"Model Context Protocol Server of Rod","archived":false,"fork":false,"pushed_at":"2025-04-12T10:15:14.000Z","size":1990,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-12T11:27:34.189Z","etag":null,"topics":["browser-automation","go-rod","golang","llm","llvm","mcp","mcp-server","mcp-tools","rod"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-rod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-25T13:23:16.000Z","updated_at":"2025-04-08T08:34:06.000Z","dependencies_parsed_at":"2025-03-26T01:35:35.980Z","dependency_job_id":"f06e0644-5f54-499f-b288-bd1ee8361766","html_url":"https://github.com/go-rod/rod-mcp","commit_stats":null,"previous_names":["go-rod/rod-mcp"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-rod%2Frod-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-rod%2Frod-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-rod%2Frod-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-rod%2Frod-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-rod","download_url":"https://codeload.github.com/go-rod/rod-mcp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248561567,"owners_count":21124884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-automation","go-rod","golang","llm","llvm","mcp","mcp-server","mcp-tools","rod"],"created_at":"2025-04-13T18:45:39.369Z","updated_at":"2025-04-13T18:45:41.381Z","avatar_url":"https://github.com/go-rod.png","language":"Go","funding_links":[],"categories":["📚 Projects (1974 total)"],"sub_categories":["MCP Servers"],"readme":"# Rod MCP Server\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"assets/logo2.png\" alt=\"logo\" width=\"400\" height=\"400\"\u003e\n\n\n\u003cstrong\u003eWow! It's awesome, now you can use the MCP server of Rod!🚀\u003c/strong\u003e\n\n\u003cbr\u003e\n\n\u003cstrong\u003eRod-MCP provides browser automation capabilities for your applications by using [Rod](https://github.com/go-rod/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.\u003c/strong\u003e\n\n\u003c/div\u003e\n\n\n\u003ch3\u003eEngilsh | \u003ca href='./README_CN.md'\u003e 中文 \u003c/a\u003e\u003c/h3\u003e\n\n\n## Features\n\n- 🚀 Browser automation powered by Rod\n- 🎯 Rich web interaction capabilities\n  - Element clicking\n  - Screenshot capture\n  - PDF generation\n  - And more...\n- 🎨 Headless/GUI mode support\n- ⚡ High performance and stability\n- 🔧 Easy to configure and extend\n- 🤖 Designed for LLMs interaction\n\n## Installation\n\n### Prerequisites\n\n- Go 1.23 or higher\n- Chrome/Chromium browser\n\n### Steps\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/go-rod/rod-mcp.git\ncd rod-mcp\n```\n\n2. Install dependencies:\n```bash\ngo mod tidy\n```\n\n3. Build the project:\n```bash\ngo build\n```\n\n## Usage\n\n### Basic Usage\n\n1. Clone Repo and Build Self or [Go to Download Release](https://github.com/go-rod/rod-mcp/releases)\n2. Configure MCP:\n```json\n{\n    \"mcpServers\": {\n        \"rod-mcp\": {\n            \"command\": \"rod-mcp\",\n            \"args\": [\n                \"-c\", \"rod-mcp.yaml\"\n            ]\n        }\n    }\n}\n```\n\n### Configuration\n\nThe configuration file supports the following options:\n- serverName: Server name, default is \"Rod Server\"\n- browserBinPath: Browser executable file path, use system default browser if empty\n- headless: Whether to run the browser in headless mode, default is false\n- browserTempDir: Browser temporary file directory, default is \"./rod/browser\"\n- noSandbox: Whether to disable sandbox mode, default is false\n- proxy: Proxy server settings, supports socks5 proxy\n\n## Project Structure\n\n```\nrod-mcp/\n├── assets/          # Static resources\n├── banner/          # Banner resources\n├── cmd.go           # Command line processing\n├── main.go          # Program entry\n├── resources/       # Resource files\n├── server.go        # Server implementation\n├── tools/           # Tool implementation\n├── types/           # Type definitions\n└── utils/           # Utility functions\n```\n\n## Contribution Guidelines\n\nWelcome to submit Pull Request or create Issue!\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-rod%2Frod-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-rod%2Frod-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-rod%2Frod-mcp/lists"}