Skip to content
Cursor

slack for Cursor

com.mcparmory/slack

Manage channels, conversations, users, and workspace apps programmatically

client:Cursor transport:stdio runtime:pypi

Install slack in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "slack": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-slack"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

slack in other clients