MCP Servers
Anthropic's collection of reference MCP servers: filesystem, GitHub, Slack, PostgreSQL, Puppeteer, Google Drive, and more — ready to connect to Claude and any MCP client.
Install
$npx -y @modelcontextprotocol/server-filesystem /path/to/allow About
This repository contains the official reference implementations for MCP servers, maintained by Anthropic. Each server implements the Model Context Protocol, exposing tools and resources that Claude and other MCP clients can call.
Reference servers serve as both practical tools and implementation examples. Adding any server to Claude Desktop takes two lines in claude_desktop_config.json and gives Claude direct access to that system.
Getting Started
# Add to Claude Desktop config
# ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/Desktop"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_..." }
}
}
}Features
References & Links
Project Info
Topics
Ready to try MCP Servers?
Free and open source. Install in one command, works with Claude Code, Cursor, Windsurf, and more.
$npx -y @modelcontextprotocol/server-filesystem /path/to/allow