{ "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." ] } }