Why Use MCP?
Standardized interface for AI models to interact with external services
Open Source
A growing collection of community-driven MCP servers integrating with popular services and tools.
Easy Integration
Simple standardized interface for AI models to interact with external services and data sources.
Diverse Capabilities
From databases to APIs, cloud services to development tools - connect AI with the tools you already use.
Explore by Category
Find servers tailored to specific platforms and tools
Get Started in Minutes
Examples of how to quickly connect your Claude Desktop to an MCP server
Filesystem MCP
Configure the filesystem MCP for enabling file system communication:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/files"]
},
}
}
Git MCP
Configure the git MCP:
{
"mcpServers": {
"git": {
"command": "uvx",
"args": ["mcp-server-git", "--repository", "path/to/git/repo"]
},
}
}
Github MCP
Configure the Github MCP:
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
},
}
}
Postgres MCP
Configure Postgres MCP:
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
}
}
}
Ready to Get Started?
Join our community and build powerful AI integrations with MCP