Agent Plugins Marketplace
All plugins

oya-browser

v1.0.101

Real Chrome browsers for your agent: the Oya MCP server (start_browser, analyze_page, click, type…) plus a skill that teaches the workflow. Set OYA_API_KEY from browser.getoya.ai first.

Claude Code1 Skill1 MCP serverStreamable HTTP

By Oya147 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install oya-browser for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install oya-browser@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/OyadotAI/oya-browser

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

oya-browser/
├── .claude-plugin/plugin.json
├── skills/oya-browser/SKILL.md
└── .mcp.json

Included Skills1

oya-browserskills/oya-browser/SKILL.md

Drive real Chrome browsers through Oya Browser. Start a browser on Oya Cloud, Browserbase, Steel, Anchor or Browser Use under a persistent persona, read pages as markdown with numbered elements, click and type, solve CAPTCHAs and MFA, and hand off to a human when needed. Use when the user asks to browse a site, automate a web task, fill a form, log in somewhere, scrape, or run several browsers at once. Works through the Oya MCP tools (start_browser, analyze_page, click, type…), the `oya` CLI, or the @oya-ai/browser SDK.

MCP servers1

oyaStreamable HTTP
url
https://browser.getoya.ai/mcp/pool

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "oya-browser",
  "description": "Real Chrome browsers for your agent: the Oya MCP server (start_browser, analyze_page, click, type…) plus a skill that teaches the workflow. Set OYA_API_KEY from browser.getoya.ai first.",
  "version": "1.0.101",
  "author": {
    "name": "Oya",
    "url": "https://getoya.ai"
  },
  "homepage": "https://browser.getoya.ai",
  "repository": "https://github.com/OyadotAI/oya-browser",
  "keywords": [
    "browser",
    "automation",
    "mcp",
    "chrome",
    "scraping",
    "captcha"
  ],
  "mcpServers": {
    "oya": {
      "type": "http",
      "url": "https://browser.getoya.ai/mcp/pool",
      "headers": {
        "Authorization": "Bearer ${OYA_API_KEY}"
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[oya-browser on Agent Plugins Marketplace](https://pluginsmp.com/plugins/oya-browser)