Awesome Copilot MCP Server for Cursor
io.github.rbbtsn0w/awesome-copilot-mcp
Model Context Protocol server for awesome-copilot agents and collections
client:Cursor
transport:stdio
runtime:npm
Install Awesome Copilot MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"awesome-copilot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"awesome-copilot-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs