What is an MCP server?
An MCP server is a program built on the Model Context Protocol that wraps a tool, data source, or API — like file access, a database, or web search — into a capability an AI assistant can discover and call.
Discover awesome MCP servers.
gitidhar
originally was going to be an mcp server, now it's a stupid soundcloud scraper
mows21
Roo MCP Server - Real-world automation for web scraping and browser control
xkiranj
A universal Playwright MCP server for browser automation in containerized environments
Larsbuilds
Configured Puppeteer Vision MCP server for website scraping with specific settings for specify4it.com
bytedance
Browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.
cherchyk
Browser automation for web scraping when standard HTTP requests fail. Use ONLY when pages require: (1) Authentication - login forms, SSO, 401/403 errors, corporate intranets, (2) Anti-bot protection - CAPTCHA, Cloudflare challenges, rate limiting, (3) JavaScript rendering - SPAs,
iatsiuk
MCP server for browser automation via Puppeteer. Executes arbitrary JavaScript with direct access to Puppeteer Browser instance. Single "execute" tool runs your code in a sandboxed Node.js VM with a browser global - full Puppeteer API access in one call.
asdqwsadq
MCP-Mirror
Mirror of
Cap-of-tea
AI-controlled browser farm: run N isolated Chromium instances with 36 MCP tools for multi-device testing, screenshots, device emulation, network control, and console diagnostics.
niyazhashmi1105
bmanjunath
mcp server demo project
flutterninja9
A powerful Model Context Protocol (MCP) server that intelligently fetches and processes web content with nested URL crawling capabilities. Transform any documentation site or web resource into clean, structured markdown files perfect for AI consumption and analysis.
Playwright-os
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. Enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.
MCP-Mirror
Mirror of
matdmiller
This is a reference design for a MCP server that hosts a web page that connects back to the server via sse and allows Claude to execute javascript on the page.
h4ck4life
vikaskumarprofessional92
A project to demonstrate Playwright MCP server usage with Jenkins pipeline
alexyangjie
Extending mcp-server-fetch with parallel browsing
burnworks
Falamarcao
(DO NOT USE, NOT READY) A Model Context Protocol (MCP) server that enables AI Agents to request and manage Selenium browser instances through a secure API. Perfect for your automated browser testing needs! 🚀
handoing
Open the browser and visit the specified website address
codingthefuturewithai
MCP server that provides screenshot capabilities for AI tools, allowing them to capture and process screen content
uindow
Real browser automation for AI agents. Uindow ships a local MCP server that drives a real, signed Chromium/Electron browser with genuine OS-level input (real cursor movement, real keystrokes, native file dialogs) entirely on the user's own machine.
modelcontextprotocol
MCP-Mirror
Mirror of
gaforov
Selenium MCP server for AI agents — 39 browser automation tools with page snapshots, selector hints, multi-session, and batched execution.
TickTockBent
Charlotte is an MCP server that renders web pages into structured, agent-readable representations using headless Chromium. It exposes the browser's semantic understanding — accessibility tree, layout geometry, interactive elements — to AI agents via Model Context Protocol tools,
EXPESRaza
A lightweight prototype demonstrating how to integrate an LLM (via OpenAI) with a Model Context Protocol (MCP) server to extract real-time weather data by scraping and processing open web content using HTML parsing and caching.
conda-forge
A conda-smithy repository for mcp-server-fetch.
Br0ski777
Extract clean markdown from any URL. Strips nav/ads/scripts, returns structured content. Built for RAG pipelines and AI research agents. -- x402 micropayment API + MCP server for AI agents
RoadMillion
Convert url to LLM-friendly text, powered by jina ai reader
MCP-Mirror
Mirror of
m1ggle
crawler-mcp-server
apify
Actor Playwright MCP server
enigma72fenx
An MCP server for fetching URLs / Youtube video transcript.
omnisilica
xincmm
dumitrubogdanmihai
MCP Server that manages a Chrome browser using the Chrome DevTools Protocol (CDP)
samihalawa
A Model Context Protocol (MCP) server that provides browser automation capabilities for Claude and other MCP-compatible AI assistants
keyur-meru
thesimsguy
lgesuellip
mypracticaltools
An MCP server that allows AI agents to search Reddit or find specific leads by delegating the scraping task to Apify cloud actors.
etairl
MCP server for parallel browser automation across multiple providers. Run multiple concurrent browser sessions in memory with a shared, provider-agnostic tool surface across Playwright (local Chromium), Browserbase, Anchor Browser, and Cloudflare Browser Run. Each session gets a
Terrib1e
MCP server fetch installation
aethynio
Browser MCP to use custom proxies for scraping by AI Agents
djpapzin
Python-based MCP toolset with Echo server for testing and Browser Automation server using browser-use and LangChain for AI-driven web interactions
Ai-Quill
Skyvern-AI
Automata-Labs-team
MCP server for browser automation using Playwright
navin4078
Scrape websites and let them talk to your LLM
acro5piano
MCP server that connect to your browser using --remote-debugging-port
jhongjun1981
serkan-ozal
A Playwright-based MCP server that exposes a live browser as a traceable, inspectable, debuggable and controllable execution environment for AI agents.
Sunz666
Playwright MCP server project
kstrikis
MCPMonkey is an MCP server and Firefox extension so your AI agent can access your browser
thesimsguy
TacosyHorchata
Fast browser automation MCP server. In-process Playwright, 58 tools (profiles: 9/28/58), cookie import from Chrome/Arc/Brave, handoff/resume for CAPTCHAs, iframe support, snapshot diffing. 41% faster than @playwright/mcp.
JonathanHsuHH
A MCP server that provides a web crawling and content extraction tool for AI assistants
Common questions about MCP servers, tools, and integrations
An MCP server is a program built on the Model Context Protocol that wraps a tool, data source, or API — like file access, a database, or web search — into a capability an AI assistant can discover and call.
Every server's detail page includes ready-to-paste config snippets for Claude Desktop, Cursor, VS Code, and other common clients — most installs take just a couple of minutes.
Most servers listed here are free and open source. Some wrap third-party APIs (cloud services, paid data providers, etc.) that require your own API key or subscription.
A local MCP server runs on your device and usually connects over stdio, giving you more direct control over data but requiring a runtime and installation. A remote MCP server is hosted by a provider and connects over HTTP, making setup easier while adding network and provider availability dependencies.
Claude Desktop, Claude Code, Cursor, VS Code, Codex, and other AI clients that support the Model Context Protocol can connect to MCP servers. Configuration formats and supported transports vary by client.
Review the source repository, maintenance activity, dependencies, requested permissions, and data-handling documentation before installation, and prefer official or trusted maintainers. Use least-privilege credentials for sensitive access such as files, databases, shells, and production systems.