getskills for Cursor
io.github.sidsaladi9/getskills
Search and install 3,000+ AI skills from getskillsai.org into Claude Code, Cursor, ChatGPT.
client:Cursor
transport:stdio
runtime:npm
Install getskills in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"getskills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"getskills-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs