skillkit for Cursor
io.github.furkan708/skillkit
Toolbox for AI agent skills: scaffold, lint, pack, install, and serve SKILL.md skills
client:Cursor
transport:stdio
runtime:pypi
Install skillkit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skillkit": {
"type": "stdio",
"command": "uvx",
"args": [
"skillkit-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs