Skip to content
Cursor

slack mcp server for Cursor

io.github.stevenvo/slack-mcp-server

Read Slack conversations, threads, user info, and search messages from your MCP client.

client:Cursor transport:stdio runtime:pypi

Install slack mcp server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "slack-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "slack-mcp-server-v2"
      ],
      "env": {
        "SLACK_USER_TOKEN": "<SLACK_USER_TOKEN>",
        "SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>",
        "SLACK_WORKSPACE_URL": "<SLACK_WORKSPACE_URL>"
      }
    }
  }
}

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

slack mcp server in other clients