{
  "markdown": "# plasmate-mcp\n\nMCP server for [Plasmate](https://plasmate.app) - the browser engine for AI agents.\n\nGives Claude Code, Claude Desktop, Cursor, Windsurf, and any MCP client the ability to browse the web through Plasmate instead of Chrome.\n\n## Install\n\n```bash\n# Install the MCP wrapper\nnpm install -g plasmate-mcp\n\n# Install the Plasmate engine (pick one)\npip install plasmate\n# or: cargo install plasmate\n# or: brew tap plasmate-labs/plasmate && brew install plasmate\n```\n\n## Use with Claude Code\n\n```bash\nclaude mcp add plasmate -- npx plasmate-mcp\n```\n\nOr manually add to `~/.claude/settings.json`:\n```json\n{\n  \"mcpServers\": {\n    \"plasmate\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"plasmate-mcp\"]\n    }\n  }\n}\n```\n\n## Use with Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n```json\n{\n  \"mcpServers\": {\n    \"plasmate\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"plasmate-mcp\"]\n    }\n  }\n}\n```\n\n## Use with Cursor\n\nAdd to Cursor's MCP settings:\n```json\n{\n  \"mcpServers\": {\n    \"plasmate\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"plasmate-mcp\"]\n    }\n  }\n}\n```\n\nThis repo is also a Cursor plugin (`.cursor-plugin/plugin.json` + `mcp.json`). Test locally by copying it to `~/.cursor/plugins/local/plasmate`. Submit the public repo at [cursor.com/marketplace/publish](https://cursor.com/marketplace/publish).\n\n## Available Tools\n\nOnce connected, your AI gets these tools:\n\n| Tool | Description |\n|------|-------------|\n| `fetch_page` | Fetch a URL and get the Semantic Object Model (SOM) |\n| `extract_text` | Get clean readable text from any URL |\n| `open_page` | Open a persistent browser session |\n| `click` | Click elements by SOM ID |\n| `evaluate` | Execute JavaScript in the page |\n| `close_page` | Close a browser session |\n\n## Why Plasmate instead of Chrome?\n\n- **16.6x fewer tokens** - SOM is dramatically smaller than DOM dumps\n- **50x faster** - No rendering engine overhead\n- **30MB memory** - vs Chrome's 300MB+\n- **Structured output** - Clean JSON, not raw HTML\n\n## Links\n\n- [Plasmate](https://plasmate.app)\n- [Documentation](https://docs.plasmate.app)\n- [W3C Community Group](https://www.w3.org/community/web-content-browser-ai/)\n- [GitHub](https://github.com/plasmate-labs/plasmate)\n\n\n---\n\n## Part of the Plasmate Ecosystem\n\n| | |\n|---|---|\n| **Engine** | [plasmate](https://github.com/plasmate-labs/plasmate) - The browser engine for agents |\n| **MCP** | [plasmate-mcp](https://github.com/plasmate-labs/plasmate-mcp) - Claude Code, Cursor, Windsurf |\n| **Extension** | [plasmate-extension](https://github.com/plasmate-labs/plasmate-extension) - Chrome cookie export |\n| **SDKs** | [Python](https://github.com/plasmate-labs/plasmate-python) / [Node.js](https://github.com/plasmate-labs/quickstart-node) / [Go](https://docs.plasmate.app/sdk-go) / [Rust](https://github.com/plasmate-labs/quickstart-rust) |\n| **Frameworks** | [LangChain](https://github.com/langchain-ai/langchain/pull/36208) / [CrewAI](https://github.com/plasmate-labs/crewai-plasmate) / [AutoGen](https://github.com/plasmate-labs/autogen-plasmate) / [Smolagents](https://github.com/plasmate-labs/smolagents-plasmate) |\n| **Tools** | [Scrapy](https://github.com/plasmate-labs/scrapy-plasmate) / [Audit](https://github.com/plasmate-labs/plasmate-audit) / [A11y](https://github.com/plasmate-labs/plasmate-a11y) / [GitHub Action](https://github.com/plasmate-labs/som-action) |\n| **Resources** | [Awesome Plasmate](https://github.com/plasmate-labs/awesome-plasmate) / [Notebooks](https://github.com/plasmate-labs/notebooks) / [Benchmarks](https://github.com/plasmate-labs/plasmate-benchmarks) |\n| **Docs** | [docs.plasmate.app](https://docs.plasmate.app) |\n| **W3C** | [Web Content Browser for AI Agents](https://www.w3.org/community/web-content-browser-ai/) |\n",
  "bytes": 3762,
  "sha": "3ddf563d010d27de0c1f229e6f74ac24035c85fe0a0f3a9e151f9f6896be77c0",
  "repo_slug": "plasmate-labs/plasmate-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_plasmate_labs_plasmate_8e9f9fb6/readme"
}