Slack MCP Host
@jexp
Slack MCP Host について
MCP Host Server Application for Slack
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"slack-mcp-host": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「コミュニケーション」の他のコンテンツ
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
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
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
コメント