Best MCP Servers to Use in 2026 with SKILL.md Skills
The best MCP servers for AI agents in 2026. Organized by category with setup instructions, security notes, and which agents each server supports.
Quick Answer: The 5 MCP servers that show up most often in the setup instructions for the top-installed SKILL.md skills on Agensi are: filesystem, GitHub, Postgres, Playwright/browser, and the Agensi MCP itself. This is not a generic "awesome MCP" list; it is the servers the skills our users actually install ask for.
The 5 MCP servers, ranked by co-install signal
- filesystem MCP. Referenced by the majority of the top 20 installed skills, including code-reviewer and readme-generator. If you install one MCP server, install this one.
- GitHub MCP. Required by pr-description-writer and changelog-generator. Handles PR reads, commit history, and issue lookups.
- Postgres MCP. Used by data-oriented skills. Lets the agent describe schemas and run read-only queries against a real database.
- Playwright / browser MCP. Used by click-to-convert-audit and the marketing skill cluster. Gives the agent a real browser to click, screenshot, and audit pages.
- Agensi MCP. Our own server. Lets any MCP-compatible agent search and install skills from the Agensi marketplace directly, without leaving the terminal. Covered on our MCP page.
Recommended skills
skill-router-2
by Shippers · 5
Automatically detect, load, and stack the perfect skills combo for any user requ…

Solo SaaS Architect
by tudor.ai
Automatically builds complete, launch-ready SaaS websites, databases, and secure…

click-to-convert-audit
by Gabriel Simion · 145
High-integrity landing page audits that identify ad spend hazards and conversion…
Install commands
npx -y @modelcontextprotocol/server-filesystem /path/to/repo
npx -y @modelcontextprotocol/server-github
npx -y @modelcontextprotocol/server-postgres postgresql://...
npx -y @modelcontextprotocol/server-playwright
Why this list is different
Every other "best MCP servers" list is a screenshot of the awesome-mcp repo. This one is derived from which servers the most-installed skills on our marketplace actually depend on. If you are choosing MCP servers to spend time configuring, start with the ones that unlock the skills people already use.