MCP Servers Collection
A collection of Model Context Protocol (MCP) servers for enhancing Claude's capabilities in Cursor IDE
Overview
MCP Servers Collection is a repository of Model Context Protocol (MCP) servers designed to enhance the capabilities of Claude within the Cursor IDE environment.
To use the MCP Servers Collection, clone the repository, install the necessary dependencies for each server, and configure them in the Cursor IDE settings.
- Sequential Thinking: A tool for structured problem-solving that breaks down complex issues into manageable steps. - Memories with Lessons: A memory server that stores lessons learned from past errors and solutions. - GitHub Integration: Allows direct interaction with GitHub repositories for management and operations.
- Utilizing Sequential Thinking for dynamic problem-solving.
- Storing and retrieving lessons learned from project experiences.
- Managing GitHub repositories directly from the Cursor IDE.
Add to your AI client
Use these steps to connect MCP Servers Collection 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-servers-collection-fpardon-upeo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-collection-fpardon-upeo"
]
}
}
}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-servers-collection-fpardon-upeo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-collection-fpardon-upeo"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-servers-collection-fpardon-upeo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-collection-fpardon-upeo"
]
}
}
}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-servers-collection-fpardon-upeo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-collection-fpardon-upeo"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-servers-collection-fpardon-upeo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-collection-fpardon-upeo"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-servers-collection-fpardon-upeo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-collection-fpardon-upeo"
]
}
}
}FAQ
**What are the prerequisites for using this collection?**
You need Node.js, Cursor IDE with Claude integration, and a GitHub Personal Access Token for the GitHub server.
**Is there a license for this project?**
Yes, the MCP Servers Collection is licensed under the MIT License.
**Where can I find more resources?**
Additional resources can be found in the documentation links provided in the repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2948,"uuid":"636a8a30-52fe-49ae-8c3f-2fdd98a5bcab","name":"mcp-servers-collection","title":"MCP Servers Collection","description":"A collection of Model Context Protocol (MCP) servers for enhancing Claude's capabilities in Cursor IDE","avatar_url":"https://avatars.githubusercontent.com/u/101123202?v=4","created_at":"2025-03-16T04:23:08.607Z","updated_at":"2025-03-16T06:06:10.973Z","status":"created","author_name":"fpardon-upeo","author_avatar_url":"https://avatars.githubusercontent.com/u/101123202?v=4","tags":"mcp,servers,cursor-ide","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/fpardon-upeo/mcp-servers-collection","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Shell\",\"is_official\":false,\"latest_commit_time\":\"2025-03-15 19:54:15\"}","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"}]]}]