MCP Community Contributions
This is a directory repo for anything related to MCP - servers, clients and projects around MCP.
Overview
MCP Community Contributions is a directory repository that catalogs various community efforts related to the MCP (Model Context Protocol) including servers, clients, and projects that utilize MCP integration.
Users can contribute projects by opening a Pull Request (PR) to add their own MCP-related work to the directory.
- Comprehensive list of MCP Clients and Servers - Easy contribution process through PRs - Integration examples for various platforms including Google Drive, Slack, and more
- Discovering servers that integrate with MCP for various applications.
- Finding example projects that utilize MCP for new implementations.
- Collaborating with other developers in the MCP community.
Add to your AI client
Use these steps to connect MCP Community Contributions in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-community-sdairs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-community-sdairs"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-community-sdairs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-community-sdairs"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-community-sdairs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-community-sdairs"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-community-sdairs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-community-sdairs"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-community-sdairs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-community-sdairs"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-community-sdairs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-community-sdairs"
]
}
}
}FAQ
How can I add my project to this list?
You can contribute by opening a Pull Request (PR) on the repository.
What types of projects are included in this directory?
The directory includes MCP servers, clients, and any related projects that work with MPG integrations.
Is there a license for this repository?
Yes, the contributions are distributed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":233,"uuid":"cc69b534-bdca-4752-991f-d9804897c03a","name":"mcp-community","title":"MCP Community Contributions","description":"This is a directory repo for anything related to MCP - servers, clients and projects around MCP.","avatar_url":"https://avatars.githubusercontent.com/u/8709801?v=4","created_at":"2024-12-13T10:38:46.640Z","updated_at":"2024-12-13T12:28:10.658Z","status":"created","author_name":"sdairs","author_avatar_url":"https://avatars.githubusercontent.com/u/8709801?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/sdairs/mcp-community","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]