Slack MCP Server✓
io.github.jtalk22/slack-mcp-server · v3.2.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jtalk22/slack-mcp-server",
"description": "Slack MCP for self-host or managed Cloud, with Gemini CLI and secure-default HTTP.",
"title": "Slack MCP Server",
"repository": {
"url": "https://github.com/jtalk22/slack-mcp-server",
"source": "github"
},
"version": "3.2.5",
"websiteUrl": "https://mcp.revasserlabs.com",
"icons": [
{
"src": "https://raw.githubusercontent.com/jtalk22/slack-mcp-server/main/docs/assets/icon-512.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@jtalk22/slack-mcp",
"version": "3.2.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Slack xoxc- token from browser session",
"format": "string",
"isSecret": true,
"name": "SLACK_TOKEN"
},
{
"description": "Slack xoxd- cookie from browser session",
"format": "string",
"isSecret": true,
"name": "SLACK_COOKIE"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.revasserlabs.com/oauth/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}