.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

home/glossary/mcp server
home/glossary/mcp server

What is an MCP server?

An MCP server is a small program that exposes tools, data and actions to an AI agent over the Model Context Protocol, so the agent can do things like query a database, browse the web or open a pull request.

An AI model on its own can only produce text. An MCP server is the bridge that lets it actually do something: it advertises a set of tools (functions with typed inputs and outputs) that a compatible client like Claude Code or Cursor can call on the model's behalf. Ask the agent to "check the failing test and open a PR" and, with the right servers connected, it can read the repo, run the tests and push a branch.

Each server usually wraps one system: a GitHub server exposes repos, issues and pull requests; a Postgres server exposes queries and schema; a browser server exposes navigation and clicks. Because they all speak the same protocol, you can mix and match them, and any MCP-aware client can use any server without custom glue code.

Most servers run locally over stdio or as a small HTTP service, and install with a single command. Connect the ones your workflow needs and the agent gains those capabilities for the session.

Popular mcp servers

All MCP Servers →
Type
  1. microsoft avatarplaywright-mcpPlaywright Tools for MCPMCP ServersJul 202626M36k
  2. cloudflare avatarplaywright-mcpPlaywright Tools for MCPMCP ServersApr 202626M250
  3. microsoft avatarPlaywright MCPBrowser automation for agents via accessibility snapshotsMCP Servers6 days ago25M35k
  4. tadata-org avatarfastapi_mcpAutomatic MCP server generator for FastAPI applications - converts FastAPI endpoints to MCP tools for LLM integrationMCP ServersNov 202519M12k
  5. chromedevtools avatarchrome-devtools-mcpMCP server for Chrome DevToolsMCP ServersJul 202611M48k
  6. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k

FAQ

How do I install an MCP server?

Most publish an npm or PyPI package and start with one command; the client connects to it over stdio or HTTP. Each tool page here shows the exact install command.

What can an MCP server do?

Anything its author wraps, query databases, control a browser, call an API, read files, manage GitHub. The agent calls the server's tools as needed.

Which clients support MCP?

Claude Code, Cursor, and a growing list of agent tools. Because MCP is an open protocol, one server works across all of them.

More terms

agent skillAI agentAI workflowprompt templateModel Context ProtocolClaude skillsSKILL.md