MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. Fayeblade

Fayeblade

Fayeblade1488byFayeblade1488
•
1
•
Developer Tools
Web Scraping & Data Collection
Browser Automation

Facilitates browser automation by providing a robust bridge that communicates over `stdin/stdout` using a JSON-RPC-like protocol.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

  • 21st-dev

    Magic

    Generate modern UI components instantly from natural language descriptions within your IDE.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

Fayeblade acts as a streamlined browser bridge designed for robust automation tasks, communicating via a JSON-RPC-like protocol over standard input/output. It leverages Playwright for real browser control, offering a single persistent context to manage optional cookie and session states. The tool supports two primary transport framers—`line` for simplicity and `content-length` for stricter host requirements—and is engineered with production stability in mind, meticulously avoiding common `asyncio` I/O pitfalls to ensure clean, protocol-only output.

Key Features

01Browser automation via Playwright with persistent context
02Robust I/O design prevents protocol mismatches
03Supports 'line' and 'content-length' transport framing
04JSON-RPC-like communication over stdin/stdout
051 GitHub stars
06Configurable through environment variables

Use Cases

01Integrating browser control into other applications or services
02Maintaining persistent browser sessions for logged-in states or specific contexts
03Automating browser navigation and interactions programmatically