Skip to content

Commit d0c5929

Browse files
authored
Merge pull request modelcontextprotocol#404 from tuannvm/docs/add-reference
docs(clients): add Slack MCP Client to documentation
2 parents 7c977f5 + c4bd57c commit d0c5929

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/clients.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ This page provides an overview of applications that support the Model Context Pr
3434
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
3535
| [Lutra][Lutra] |||||| Supports any MCP server for reusable playbook creation. |
3636
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
37-
| [MCPHub][MCPHub] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, and prompts in Neovim
37+
| [MCPHub][MCPHub] |||||| Supports tools, resources, and prompts in Neovim |
3838
| [MCPOmni-Connect][MCPOmni-Connect] |||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
3939
| [Microsoft Copilot Studio] |||||| Supports tools |
4040
| [MindPal][MindPal] |||||| Supports tools for no-code AI agents and multi-agent workflows. |
4141
| [OpenSumi][OpenSumi] |||||| Supports tools in OpenSumi |
42-
| [oterm][oterm] |||||| Supports tools, prompts and sampling for Ollama. |
42+
| [oterm][oterm] |||||| Supports tools, prompts and sampling for Ollama. |
4343
| [Roo Code][Roo Code] |||||| Supports tools and resources. |
44+
| [Slack MCP Client][Slack MCP Client] |||||| Supports tools and multiple servers. |
4445
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
4546
| [SpinAI][SpinAI] |||||| Supports tools for Typescript AI Agents |
4647
| [Superinterface][Superinterface] |||||| Supports tools |
@@ -82,6 +83,7 @@ This page provides an overview of applications that support the Model Context Pr
8283
[OpenSumi]: https://github.com/opensumi/core
8384
[oterm]: https://github.com/ggozad/oterm
8485
[Roo Code]: https://roocode.com
86+
[Slack MCP Client]: https://github.com/tuannvm/slack-mcp-client
8587
[Cody]: https://sourcegraph.com/cody
8688
[SpinAI]: https://spinai.dev
8789
[Superinterface]: https://superinterface.ai
@@ -406,6 +408,14 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
406408
- Integration with development workflows
407409
- Extensible AI capabilities
408410

411+
### Slack MCP Client
412+
[Slack MCP Client](https://github.com/tuannvm/slack-mcp-client) acts as a bridge between Slack and Model Context Protocol (MCP) servers. Using Slack as the interface, it enables large language models (LLMs) to connect and interact with various MCP servers through standardized MCP tools.
413+
414+
**Key features:**
415+
- **Supports Popular LLM Providers:** Integrates seamlessly with leading large language model providers such as OpenAI, Anthropic, and Ollama, allowing users to leverage advanced conversational AI and orchestration capabilities within Slack.
416+
- **Dynamic and Secure Integration:** Supports dynamic registration of MCP tools, works in both channels and direct messages and manages credentials securely via environment variables or Kubernetes secrets.
417+
- **Easy Deployment and Extensibility:** Offers official Docker images, a Helm chart for Kubernetes, and Docker Compose for local development, making it simple to deploy, configure, and extend with additional MCP servers or tools.
418+
409419
### Sourcegraph Cody
410420
[Cody](https://openctx.org/docs/providers/modelcontextprotocol) is Sourcegraph's AI coding assistant, which implements MCP through OpenCTX.
411421

0 commit comments

Comments
 (0)