/ Annuaire / Playground / Slack MCP Plugin (Official)
● Officiel Slack ⚡ Instantané

Slack MCP Plugin (Official)

par Slack · slackapi/slack-mcp-plugin

Official Slack MCP plugin — configuration for adding Slack MCP to MCP clients.

Official Slack MCP plugin — configuration for adding Slack MCP to MCP clients.

Démo en direct

Aperçu en pratique

slack-mcp-plugin.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "slack-mcp-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "slack-mcp-plugin"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "slack-mcp-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "slack-mcp-plugin"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "slack-mcp-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "slack-mcp-plugin"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "slack-mcp-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "slack-mcp-plugin"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "slack-mcp-plugin",
      "command": "npx",
      "args": [
        "-y",
        "slack-mcp-plugin"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "slack-mcp-plugin": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "slack-mcp-plugin"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add slack-mcp-plugin -- npx -y slack-mcp-plugin

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Slack MCP Plugin (Official)

Get started with Slack MCP Plugin (Official)

Quand l'utiliser : When you want to bring Slack MCP Plugin (Official) into your Claude workflow.

Déroulement
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Slack MCP Plugin (Official) to help me with a task.✓ Copié

Résultat : Claude can interact with Slack MCP Plugin (Official) directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills