rod-mcp
ロッドMCPサーバー
わあ!すごいですね。これでロッドさんのMCPサーバーが使えるようになりました!🚀
Rod-MCPは、 Rodを使用してアプリケーションのブラウザ自動化機能を提供します。サーバーには、クリック、スクリーンショットの撮影、ページのPDF保存など、LLMがWebページを操作できるようにする便利なMCPツールが多数用意されています。
特徴
🚀 Rod によるブラウザ自動化
🎯 豊富なウェブインタラクション機能
要素のクリック
スクリーンショットキャプチャ
PDF生成
さらに…
🎨 ヘッドレス/GUI モードのサポート
⚡ 高いパフォーマンスと安定性
🔧 簡単に設定、拡張可能
🤖 LLM のインタラクション用に設計
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使用法
基本的な使い方
リポジトリをクローンして自分でビルドするか、リリースをダウンロードする
MCP を構成します。
{
"mcpServers": {
"rod-mcp": {
"command": "rod-mcp",
"args": [
"-c", "rod-mcp.yaml"
]
}
}
}構成
構成ファイルは次のオプションをサポートしています。
serverName: サーバー名。デフォルトは「Rod Server」
browserBinPath: ブラウザ実行ファイルパス。空の場合はシステムのデフォルトブラウザを使用します。
headless: ブラウザをヘッドレスモードで実行するかどうか。デフォルトは false
browserTempDir: ブラウザの一時ファイルディレクトリ。デフォルトは「./rod/browser」
noSandbox: サンドボックスモードを無効にするかどうか。デフォルトは false
プロキシ: プロキシサーバーの設定、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寄稿ガイドライン
プルリクエストの送信または問題の作成を歓迎します。
ライセンス
このプロジェクトはMITライセンスの下でライセンスされています - LICENSEファイルを参照してください
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