Slack MCP Host
@jexp
About Slack MCP Host
MCP Host Server Application for Slack
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"slack-mcp-host": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Slack MCP Host?
A Slack bot that integrates MCP (Machine Control Protocol) servers with Slack, providing LLM-powered interactions in dedicated channels. It can execute tools from configured MCP servers and present results in a user-friendly format.
How to use Slack MCP Host?
Install dependencies, configure environment variables (Slack token, OpenAI key, MCP server definitions), and deploy to Cloudflare Workers or run locally with uvicorn. Interact with the bot by mentioning it or messaging in designated Slack channels.
Key features of Slack MCP Host
- LLM-powered conversations in Slack
- Integration with multiple MCP servers
- Markdown rendering support
- Collapsible tool execution results
- Conversation history maintenance
- Secure configuration management
Use cases of Slack MCP Host
- Query a Neo4j movie database for film details
- Retrieve current time or date via MCP time server
- Execute any tool from configured MCP servers in Slack
- Enable team collaboration with an LLM-powered Slack bot
FAQ from Slack MCP Host
What prerequisites are needed to run Slack MCP Host?
Python 3.11+, the uv package manager, a Slack workspace with admin access, an OpenAI API key, and one or more MCP servers.
How do I configure MCP servers?
Define each MCP server as an environment variable with a prefix like SLACK_MCP_ (e.g., SLACK_MCP_NEO4J_MOVIES=uvx mcp-neo4j-cypher --url ...).
How do I deploy Slack MCP Host?
You can deploy to Cloudflare Workers using Wrangler, or run locally with uvicorn src.api:app --reload --port 8000 and expose via ngrok.
What LLM model does the bot use?
By default it uses GPT-4, as configured in the .env file with OPENAI_MODEL=gpt-4.
Does the bot support formatting and collapsible results?
Yes, it renders Markdown and shows tool execution results inside collapsible <details> elements.
More Communication MCP servers
Telegram MCP Server
chigwellTelegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
Outlook MCP Server
Wallisking1991
Slack
modelcontextprotocolModel Context Protocol Servers
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
Comments