By yutori-ai
Authenticate with Yutori to deploy persistent web scouts that monitor competitors, APIs, changelogs, and market changes, plus run deep multi-source research and automate browser interactions like form filling and data extraction.
Log in to Yutori to connect your account
Set up continuous web monitoring with Yutori Scouts. Use when the user wants to track news, competitors, product updates, funding rounds, price changes, or any recurring web information.
Execute deep web research on any topic using Yutori's research agents. Use for competitive analysis, market research, finding documentation, or answering complex questions that require synthesizing information from multiple sources.
Automate browser tasks like form filling, data extraction, or multi-step web workflows. Use when the user needs to interact with websites that require clicking, typing, or navigation.
Quickly set up monitoring for a competitor company. Tracks news, product updates, funding, and public announcements.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
MCP tools and skills for web monitoring, deep research, and browser automation — powered by Yutori's web agentic tech.
You can use it with Claude Code, Codex, Cursor, VS Code, ChatGPT, OpenClaw, and other MCP hosts.
Capabilities:
Workflow skills (for clients that support slash commands):
/yutori-scout — Set up continuous web monitoring/yutori-research — Deep web research (async, 5–10 min)/yutori-browse — Browser automation/yutori-competitor-watch — Competitor monitoring template/yutori-api-monitor — API/changelog monitoring templateIf you don't already have uv installed, install it (it includes uvx):
curl -LsSf https://astral.sh/uv/install.sh | sh
Or with Homebrew:
brew install uv
Python 3.10 or higher is required (uv manages this automatically for most installs).
For the quickstart below, Node.js is also required (for npx).
Paste this into Claude Code, Codex, Cursor, Windsurf, or another coding agent:
Use https://yutori.com/api/llms.txt and set up Yutori for me.

Run in terminal:
uvx yutori-mcp login
This will open Yutori Platform in your browser and save your API key locally.
Go to (https://platform.yutori.com) and add your key to the config file:
mkdir -p ~/.yutori
cat > ~/.yutori/config.json << 'EOF'
{"api_key": "yt-your-api-key"}
EOF
Install MCP using add-mcp (requires Node.js):
npx add-mcp "uvx yutori-mcp"
Pick the clients you want to configure.
Install workflow skills using skills.sh (requires Node.js):
npx skills add yutori-ai/yutori-mcp -g
Adds slash-command shortcuts like /yutori-scout, /yutori-research, and more.
-g installs them at user scope. Omit -g if you want a project-local install instead.
npx skills ls -g
npx skills remove -g yutori-login
Restart the tool you are using.
Plugin (Recommended) - Includes MCP tools + workflow skills
Type these commands in Claude Code's input (not in a terminal):
/plugin marketplace add yutori-ai/yutori-mcp
/plugin install yutori@yutori-plugins
This installs both the MCP tools and workflow skills:
| Skill | Description |
|---|---|
/yutori-scout | Set up continuous web monitoring with comprehensive queries |
/yutori-research | Deep web research workflow (async, 5-10 min) |
/yutori-browse | Browser automation tasks |
/yutori-competitor-watch | Quick competitor monitoring template |
/yutori-api-monitor | API/changelog monitoring template |
Already have the MCP server installed? Remove it first to avoid duplicate configurations:
claude mcp remove yutori -s user # if installed at user scope claude mcp remove yutori -s local # if installed at local/project scope
To uninstall the plugin later:
/plugin uninstall yutori@yutori-plugins -s user
MCP Only (if you prefer not to use the plugin)
claude mcp add --scope user yutori -- uvx yutori-mcp
The server reads your API key from ~/.yutori/config.json (set up via uvx yutori-mcp login).
Add to your claude_desktop_config.json:
{
"mcpServers": {
"yutori": {
"command": "uvx",
"args": ["yutori-mcp"]
}
}
}
The server reads your API key from ~/.yutori/config.json.
For setup details, see the Claude Desktop MCP install guide.
Local visual QA for frontends with Yutori Navigator and Playwright
npx claudepluginhub yutori-ai/yutori-mcp --plugin yutoriUniversal Self-Learning Browser Agent — record browser interactions, generate API skills, and replay them via MCP tools with progressive tier optimization.
Browser automation via MCP - wraps browser-use for AI-driven browser control
The complete web toolkit for your agent. Search the web and get answers in milliseconds. Fetch any URL and get clean markdown content back. Send a browser agent to navigate sites, fill forms, and extract structured data. Spin up a headless browser for full programmatic control when you need it.
AI-powered browser automation -- lets Claude control real web browsers to navigate, click, type, extract content, and automate workflows
Scrape, search, crawl, and map the web with a single command.
Parallel Web Search MCP and Task API integration for Claude Code. Provides web search, content extraction, deep research, data enrichment, entity discovery (FindAll), and web monitoring.