web-agent-protocol - record and replay browser MCP
MCP server that records user browser interactions and lets agents replay them as automation scripts. Bridge between human demonstrations and agent execution.
Featured in
Related entries
concierge - SDK for building MCP servers
Python SDK for authoring MCP servers with batteries for tool registration, auth, and apps-sdk style flows. Aims to be the universal scaffold for new MCPs.
mcptube - Karpathy-style LLM wiki for YouTube
MCP server that turns YouTube videos into a persistent, merging wiki rather than ephemeral vector chunks. Scene-change frame extraction + vision analysis captures slides, code, and diagrams that transcripts miss. 25+ MCP tools, FTS5+LLM hybrid retrieval, version history with source attribution per claim.
OpenTabs - API-driven browser agent
Chrome extension and MCP server that lets coding agents drive web tasks by calling site APIs instead of clicking through the DOM. Targets the brittleness of Playwright-style browser automation.
agent-browser-mcp - real Chrome control over MCP
MCP server that drives an actual Chrome instance via the Chrome DevTools Protocol with page scanning, screenshots, and physical input simulation for agents.