Slack MCP Server AI Agent Template
Rank #11,598glama/slack-samples/bolt-js-slack-mcp-server
Enables building AI-powered Slack apps using the Slack MCP server and OpenAI models for automated messaging and canvas creation.
Slack MCP Server AI Agent Template is a Model Context Protocol (MCP) server published by slack-samples. It ranks #11,598 of 115,460 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. Slack MCP Server AI Agent Template is listed across 2 registries — PulseMCP and Glama, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 17, 2025.
Ranks ahead of 103,862 of 115,460 servers on MCP Toplist.
Use Slack MCP Server AI Agent Template
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http bolt-js-slack-mcp-server https://mcp.slack.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.bolt-js-slack-mcp-server]
url = "https://mcp.slack.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.slack.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"bolt-js-slack-mcp-server": {
"url": "https://mcp.slack.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"bolt-js-slack-mcp-server": {
"type": "http",
"url": "https://mcp.slack.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"bolt-js-slack-mcp-server": {
"serverUrl": "https://mcp.slack.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"bolt-js-slack-mcp-server": {
"url": "https://mcp.slack.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fslack-samples%2Fbolt-js-slack-mcp-server)<a href="https://mcptoplist.com/server/glama%2Fslack-samples%2Fbolt-js-slack-mcp-server"><img src="https://mcptoplist.com/badge/glama%2Fslack-samples%2Fbolt-js-slack-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
slack-samples
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Slack MCP Server AI Agent Template?
- Slack MCP Server AI Agent Template is maintained by slack-samples, which publishes 1 MCP server (0 total versions) tracked on MCP Toplist.
- Is Slack MCP Server AI Agent Template listed on the Official MCP Registry?
- Slack MCP Server AI Agent Template is not on the Official MCP Registry. It is listed on PulseMCP and Glama.
- How many versions does Slack MCP Server AI Agent Template have?
- Slack MCP Server AI Agent Template ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Slack MCP Server AI Agent Template?
- The source code for Slack MCP Server AI Agent Template is hosted at github.com/slack-samples/bolt-js-slack-mcp-server.