servers
🤖 AI Summary
This skill provides a collection of pre-built Model Context Protocol (MCP) servers for common tools and services (filesystem, GitHub, PostgreSQL, Slack, etc.), enabling AI agents to directly interact with and control these external systems through standardized tool calls.
How to Install
Claude Code:
git clone --depth 1 https://github.com/modelcontextprotocol/servers.git && cp servers/skills/servers ~/.claude/skills/servers -rOfficial Model Context Protocol server collection. Includes filesystem, GitHub, PostgreSQL, Slack, and more.
Details
| Category | MCP Servers → official |
| Source | modelcontextprotocol/servers |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 87.6K |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
github-mcp-server
GitHub official MCP Server — manage issues, PRs, repos, and more from AI agents.
specification
Official MCP protocol specification and documentation.
python-sdk
Official Python SDK for building MCP servers and clients.
mcp-for-beginners
Open-source curriculum: fundamentals of Model Context Protocol.