invisible-playwright-mcp
v1.0.1AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.
By feder-crLicense: MIT31.6k GitHub starsUpdated 8 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 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 invisible-playwright-mcp for Codex and Claude Code
codex plugin marketplace add feder-cr/invisible_playwright_mcp
codex plugin marketplace upgrade feder-cr
codex plugin add invisible-playwright-mcp@feder-crPaste and run these commands in a terminal with Codex. They add and refresh the feder-cr catalog, then install this plugin.
Compatibility: the page URL and API slug “invisible-playwright-mcp” remain stable.
- Codex:
invisible-playwright-mcp@agent-plugin-marketplace→invisible-playwright-mcp@feder-cr
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/feder-cr/invisible_playwright_mcpClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/setup/SKILL.md└── .mcp.json
Included Skills1
What the invisible_playwright_mcp browser server needs on this machine - the patched Firefox it drives, which the server downloads on its own the first time it runs. Use when browser_open answers that the engine is downloading or that its download failed, or right after installing the plugin.
MCP servers1
- command
- uvx
- args
- invisible-playwright-mcp
Plugin manifests3
{
"name": "invisible-playwright-mcp",
"version": "1.0.1",
"description": "AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.",
"author": {
"name": "feder-cr",
"url": "https://github.com/feder-cr"
},
"homepage": "https://github.com/feder-cr/invisible_playwright_mcp/wiki/mcp-server",
"repository": "https://github.com/feder-cr/invisible_playwright_mcp",
"license": "MIT",
"keywords": [
"browser",
"browser-agent",
"web-automation",
"playwright",
"firefox",
"computer-use"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "invisible-playwright-mcp",
"shortDescription": "A real browser for your agent: it navigates, clicks, types, reads and screenshots pages the way a person would.",
"longDescription": "invisible-playwright-mcp gives Codex a real browser to drive. The tools navigate, click, type, read and screenshot pages the way a person would, on a patched Firefox engine.\n\nThe engine, about a quarter of a gigabyte, is downloaded once by the server itself the first time it starts, outside this bundle. While that download is in flight, browser_open answers with its progress instead of opening a browser.",
"developerName": "feder-cr",
"category": "Developer Tools",
"capabilities": [],
"websiteURL": "https://github.com/feder-cr/invisible_playwright_mcp",
"privacyPolicyURL": "https://github.com/feder-cr/invisible_playwright_mcp#privacy-policy",
"logo": "./assets/icon-400.png",
"defaultPrompt": [
"Go to example.com and tell me the main heading on the page."
]
}
}{
"name": "invisible-playwright-mcp",
"displayName": "invisible-playwright-mcp",
"version": "1.0.1",
"description": "AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.",
"author": {
"name": "feder-cr",
"url": "https://github.com/feder-cr"
},
"homepage": "https://github.com/feder-cr/invisible_playwright_mcp/wiki/mcp-server",
"repository": "https://github.com/feder-cr/invisible_playwright_mcp",
"license": "MIT",
"keywords": [
"browser",
"browser-agent",
"web-automation",
"playwright",
"firefox",
"computer-use"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "invisible-playwright-mcp",
"description": "AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.",
"author": {
"name": "feder-cr",
"url": "https://github.com/feder-cr"
},
"homepage": "https://github.com/feder-cr/invisible_playwright_mcp/wiki/mcp-server",
"repository": "https://github.com/feder-cr/invisible_playwright_mcp",
"license": "MIT",
"keywords": [
"browser",
"browser-agent",
"web-automation",
"playwright",
"firefox",
"computer-use"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[invisible-playwright-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/invisible-playwright-mcp)