Awesome Plasmate [](https://awesome.re)

April 12, 2026 · View on GitHub

A curated list of resources for Plasmate - the browser engine for AI agents.

Contents

Official

  • Plasmate Engine - The core browser engine. Rust, Apache 2.0.
  • Documentation - Official docs site.
  • Website - Landing page with benchmarks and comparison.
  • MCP Registry - Listed on the official MCP Registry. First browser/web tool in the registry.
  • SOM Cache - Semantic CDN for AI agents.
  • Plasmate Cloud - Fleet orchestration (coming soon).
  • Chrome Extension - Export auth cookies to Plasmate.
  • Blog - Technical blog with benchmarks, tutorials, and case studies.

Commercial

  • Plasmate Labs - Company site. Research-driven AI infrastructure.
  • Plasmate Cloud - Managed SOM compilation, fleet orchestration, proxy network.
  • SOM Cache - Semantic CDN for AI agents. Pre-compiled structured web content.
  • SOMReady - SaaS for publishers. Serve SOM to AI agents, analytics dashboard, attribution tracking.

Installation

  • Rust: cargo install plasmate
  • Python: pip install plasmate
  • Node.js: npm install plasmate
  • Homebrew: brew tap plasmate-labs/plasmate && brew install plasmate
  • MCP: claude mcp add plasmate -- npx plasmate-mcp

AI Framework Integrations

  • LangChain - PlasmateSOMLoader, PlasmateWebBrowseTool, PlasmateBatchLoader.
  • LlamaIndex - PlasmateWebReader for RAG pipelines.
  • Browser Use - Drop-in SOM extractor replacing Browser Use's default DOM serialisation.
  • CrewAI - PlasmateFetchTool for CrewAI agents.
  • AutoGen - plasmate_fetch function for AutoGen.
  • Smolagents - PlasmateFetchTool for HuggingFace Smolagents.
  • Haystack - PlasmateWebFetcher component for deepset's RAG framework.
  • DSPy - PlasmateRetriever and tools for Stanford's LLM programming framework.
  • Dify - Tool plugin for the open-source LLM application platform.
  • MCP Server - Use with Claude Code, Claude Desktop, Cursor, Windsurf. (npm)
  • OpenAI GPT Action - Give ChatGPT custom GPTs structured web browsing.
  • OpenClaw Skill - Browse the web via Plasmate in OpenClaw.
  • Langflow - Custom components for the visual AI builder (146K stars).
  • Stagehand - Integration with Stagehand's act/extract/observe primitives.
  • Graphiti - Build real-time knowledge graphs from web content.
  • Semantic Kernel - Microsoft's AI orchestration framework plugin.
  • Vercel AI SDK - Tools for the Vercel AI SDK. (npm)
  • Open WebUI - Tool and function for self-hosted LLM interfaces (124K stars).
  • GitHub Copilot - Copilot SDK extension for structured web browsing.

Automation & No-Code

  • n8n Community Node - Use Plasmate in n8n workflows without writing code. Four operations: Fetch Page, Extract Text, Extract Links, Extract Structured Data. Install via n8n-nodes-plasmate.
  • Activepieces - Piece for the open-source Zapier alternative. Three actions with selector filtering.
  • Flowise - Custom nodes for the visual LLM flow builder (51K stars).
  • Make.com - Custom app for visual workflow automation (Zapier alternative).
  • Zapier - Zapier CLI app with 4 actions and page change trigger.
  • Airtable - Store web content in Airtable with automation scripts.

Web Scraping

  • Scrapy Middleware - Drop-in Scrapy downloader middleware using Plasmate.
  • Python Scraper - Standalone Python scraping toolkit with batch support.
  • ScrapeGraphAI - Plasmate fetcher for graph-based AI scraping pipelines.
  • Crawl4AI - Drop-in replacement for Crawl4AI with 10-100x token compression.
  • Firecrawl - Drop-in replacement for Firecrawl with local execution.

Auditing Tools

Automation & Workflows

  • n8n Node - Community node for n8n workflow automation.
  • MarkItDown Plugin - Convert live URLs via Plasmate instead of BeautifulSoup.
  • Temporal - Enterprise workflow orchestration (used by Stripe, Netflix).

Database & Storage

  • Supabase - Store and search web content with pgvector semantic search.
  • Prisma - Type-safe ORM integration with full-text search.
  • PlanetScale - Serverless MySQL with branching workflow.

Developer Tools

Example Apps

  • Plasmate Chat - Chat with any website. RAG demo using Plasmate + LlamaIndex + Streamlit.
  • Price Tracker - Monitor product prices, get Slack/Discord/Email alerts on drops.

Quickstart Templates

Standards & Proposals

Marketing & Brand

Official brand guidelines and press kit coming soon. In the meantime, the Plasmate mark and wordmark are used throughout the official repos — see plasmate-labs/skill-openclaw for an approved usage example. Community-contributed social assets (OG cards, square tiles) available on request via Discord.

Articles & Talks

  • Real-World Token Savings: 51-URL Benchmark Analysis - First full run of the benchmark suite across 51 real-world URLs. Highlights: Google Cloud 117.9x, NYT 110.3x, Linear 81.5x, Stripe docs 54.3x. 6.7M tokens saved in a single pass. Includes category breakdowns, failure analysis, and honest accounting of where SOM loses to raw HTML.
  • Failure Mode Analysis: Why Plasmate Gets 403 on Some Sites - Investigation into TLS fingerprinting as the root cause of 403s that persist despite browser-realistic HTTP headers. Covers the difference between header-based blocking (fixable with --user-agent) and TLS fingerprint detection (requires deeper changes).

PRs welcome — blog posts, tutorials, conference talks, demo videos.

Community

Contributing

Contributions welcome! Read the contribution guidelines first.


Part of the Plasmate Ecosystem

Engineplasmate - The browser engine for agents
MCPplasmate-mcp - Claude Code, Cursor, Windsurf
Extensionplasmate-extension - Chrome cookie export
SDKsPython / Node.js / Go / Rust
FrameworksLangChain / CrewAI / AutoGen / Smolagents / Langflow / Flowise
ToolsScrapy / Audit / A11y / GitHub Action / WASM
ResourcesAwesome Plasmate / Notebooks / Benchmarks / Pi
Docsdocs.plasmate.app
W3CWeb Content Browser for AI Agents