slack lists mcp for Cursor
io.github.justadityaraj/slack-lists-mcp
Full read + write access to Slack Lists for AI: create, update, check off, reassign, delete.
client:Cursor
transport:stdio
runtime:pypi
Install slack lists mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"slack-lists-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ars-slack-lists-mcp"
],
"env": {
"SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs