← All open source projects

Awesome MCP Servers

punkpeye/awesome-mcp-servers

Awesome MCP Servers is a catalog of MCP servers for connecting AI agents to files, databases, browsers, SaaS products, and developer tools.

Forks 11,288
Author punkpeye
Language Unknown
License MIT
Synced 2026-06-09

What it is

Awesome MCP Servers is a collection of servers for Model Context Protocol. MCP lets an AI client work not only with chat text, but also with tools: files, databases, browser, GitHub, Slack, Linear, cloud services, and local commands.

The project became useful as agent environments grew. When every tool promises extensions, a shared catalog helps answer which servers already exist, who maintains them, and which services they target.

What is inside and how people use it

Inside are MCP server lists, categories, links, descriptions, and sometimes status notes. It is not a single installable package, but a navigation map for the ecosystem.

Catalog entry shape

This fragment shows the kind of information that is useful before connecting an MCP server.

Language: Markdown
## Browser automation
- Playwright MCP: browser actions and page inspection
- Chrome DevTools MCP: debugging and automation

## Developer tools
- GitHub MCP: repositories, issues, pull requests
- Filesystem MCP: controlled file access

A typical scenario is a team wanting to give an agent a specific capability: read issues, query a database, control a browser, work with files, or call an internal API. The catalog helps find candidates.

Strengths and limitations

The strength is ecosystem visibility. MCP is growing quickly, and remembering every server manually is unrealistic.

The limitation is security. An MCP server may give an agent access to data and actions, so source code, permissions, tokens, network calls, and trust level need review.