MCP Servers

The open registry for Model Context Protocol servers. Find the right tools, resources, and prompts for your AI agents — filtered by category, transport, or use case.

Servers

92

Tools

343

Categories

11

Contributors

79

8 servers

Sort by
Wikipedia MCP ServerWikipedia MCP Community

MCP server that provides access to Wikipedia content. Lets AI agents search articles, fetch full or summarized page content, and resolve references, giving models reliable, citable background knowledge for research and question answering.

431
YouTube Transcript MCP ServerKim Do Gyun

MCP server that fetches transcripts, captions, and metadata from YouTube videos so AI agents can summarize, search, and analyze video content without watching it. Supports multiple languages, timestamped segments, and channel/playlist lookups for research and content workflows.

870
Firecrawl MCP ServerMendable

MCP server for Firecrawl's web scraping and crawling API. Converts any website into clean, LLM-ready markdown or structured data. Supports single page scraping, multi-page crawling with depth control, sitemap-based extraction, and batch operations. Handles JavaScript-rendered pages, bypasses common anti-bot measures, and returns structured content suitable for RAG pipelines and knowledge base construction.

3.3k
Tavily MCP ServerTavily

MCP server for Tavily's AI-optimized search engine. Designed specifically for LLM agents and RAG applications, providing concise, factual search results with source attribution. Supports general web search, news search, and direct Q&A extraction. Returns pre-processed content optimized for AI consumption with relevance scoring and content deduplication.

1.8k
Exa MCP ServerExa

MCP server for Exa's neural search API. Provides AI agents with powerful web search capabilities using embeddings-based semantic search. Returns clean, parsed content from web pages with relevance scoring. Supports filtering by domain, date range, and content type for precise information retrieval from the internet.

4.5k
Perplexity MCP ServerPerplexity AI

Official MCP server for the Perplexity API Platform. Provides AI agents with real-time web search, deep research, and advanced reasoning capabilities through Sonar models. Includes tools for quick web search, conversational Q&A with citations, comprehensive deep research reports, and complex analytical reasoning. Returns answers with source attribution and supports configurable timeouts for long research queries.

2.2k
ArXiv MCP ServerJoe Blazick

MCP server for searching and accessing arXiv research papers. Enables AI agents to search papers with filters for date ranges and categories, download full paper content, read papers in markdown format, and perform semantic search across locally stored papers. Supports citation graph exploration via Semantic Scholar and research alert watches for tracking new publications on topics of interest.

2.8k
Brave Search MCP ServerBrave

Provides comprehensive search capabilities through the Brave Search API via the Model Context Protocol. Enables AI agents to perform web searches, local business searches, image searches, video searches, news searches, and AI-powered summarization. Supports both STDIO and HTTP transports.

1.1k

Skills vs MCP servers

what's the difference?

Skillsthe “what to do”

A skillA reusable, structured prompt/workflow with recommended models, an example prompt, and compatible tools. packages know-how — instructions, an example promptA ready-to-use prompt template that demonstrates how to invoke the skill., and recommended models — so an agent performs a task consistently. Skills add knowledge, not new connections.

MCP serversthe “how to connect”

An MCP serverModel Context Protocol server — a standard way to expose tools, resources, and prompts to AI agents and IDEs. gives an agent new capabilities by connecting it to real systems (databases, APIs, files) over a transportHow the client talks to the server: stdio (local process), SSE, or HTTP streaming.. MCP adds connections and actions, not task instructions.

Rule of thumb: reach for a skill when you need the model to do a task well, and an MCP server when you need it to reach a tool or system. They compose — a skill can rely on tools an MCP server provides.

Built an MCP server?

Submit it to the registry — it's open source and community-maintained.

Submit on GitHub