
Discord MCP Server
The Discord MCP Server bridges AI assistants with Discord, enabling automated server management, message automation, and integration with external APIs via the ...
Connect AI agents to Slack with the Slack MCP Server—no admin permissions required. Automate Slack messaging, integrate external data, and streamline workflows securely.
The Slack MCP Server is a Model Context Protocol (MCP) server designed to seamlessly connect AI assistants with Slack Workspaces. It enables advanced workflow automation by allowing AI agents to interact directly with Slack through both Stdio and Server-Sent Events (SSE) transports. With built-in proxy support, the server operates without requiring any bots or permissions from workspace administrators, making it easy to deploy in a wide variety of environments—including direct messages (DMs) and group DMs. By bridging AI assistants and Slack, the Slack MCP Server empowers developers to automate messaging tasks, manage conversations, and integrate external data or services into Slack, thereby enhancing productivity and streamlining development workflows.
No prompt templates are mentioned in the repository.
No explicit MCP resources are listed in the available repository documentation.
No tool definitions or tool lists are found in the repository files or documentation.
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": ["@slack/mcp-server@latest"]
}
}
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": ["@slack/mcp-server@latest"]
}
}
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": ["@slack/mcp-server@latest"]
}
}
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": ["@slack/mcp-server@latest"]
}
}
To secure API keys, use environment variables. In your configuration, specify env and inputs as shown below:
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": ["@slack/mcp-server@latest"],
"env": {
"SLACK_TOKEN": "${SLACK_TOKEN}"
},
"inputs": {
"slackToken": "${SLACK_TOKEN}"
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"slack-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “slack-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Found in README |
List of Prompts | ⛔ | Not available in repo |
List of Resources | ⛔ | Not available in repo |
List of Tools | ⛔ | Not available in repo |
Securing API Keys | ✅ | Env variable example shown |
Sampling Support (less important in evaluation) | ⛔ | Not specified in repo |
The Slack MCP Server provides a streamlined way to connect AI with Slack, with good setup documentation and security practices. However, it lacks explicit documentation of MCP-specific prompts, resources, and tools, which limits its completeness for advanced users.
MCP rating: 4/10
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 12 |
Number of Stars | 127 |
The Slack MCP Server is a Model Context Protocol server that connects AI agents to Slack, enabling automated messaging and workflow integration without requiring bot installation or admin permissions.
No. The Slack MCP Server operates without needing admin permissions or bot installation, making it suitable for environments with strict IT policies.
It supports both Stdio and Server-Sent Events (SSE) transports for flexible integration in different environments.
Use environment variables to securely store and inject your Slack API token into the MCP server configuration.
Automated Slack messaging, integrating Slack with external APIs or databases, and workflow automation without admin involvement.
The Slack MCP Server has a FlowHunt MCP score of 4/10, reflecting solid integration and setup documentation but lacking explicit prompt and tool documentation.
Automate Slack messages and workflows with permissionless, secure AI integration. Get started with FlowHunt's Slack MCP Server today!
The Discord MCP Server bridges AI assistants with Discord, enabling automated server management, message automation, and integration with external APIs via the ...
The Salesforce MCP Server integrates AI assistants with Salesforce, enabling automated workflows such as sending emails and deploying Apex code directly through...
The Email MCP Server integrates AI assistants with external email systems, enabling automated email sending, file attachments, and SMTP validation through a str...