SwiftKanban for Cursor
io.github.deenaik/swiftkanban
Manage SwiftKanban boards and cards from Claude AI
client:Cursor
transport:stdio
runtime:npm
Install SwiftKanban in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"swiftkanban": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nimblework/sk-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs