Official Yutori plugin marketplace for Claude Code
npx claudepluginhub yutori-ai/yutori-mcpWeb monitoring (Scouts), deep research, and browser automation
Share bugs, ideas, or general feedback.
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).

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.
Click the button to install:
Or install manually:
Go to Cursor Settings → MCP → Add new MCP Server, then add:
{
"mcpServers": {
"yutori": {
"command": "uvx",
"args": ["yutori-mcp"]
}
}
}
The server reads your API key from ~/.yutori/config.json.
See the Cursor MCP guide for setup details.