diff --git a/README.md b/README.md index a0d7890..e38c60a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ A curated list of awesome Model Context Protocol (MCP) clients. - [LibreChat](#librechat) - [MCP Chatbot](#mcp-chatbot) - [MCP CLI client](#mcp-cli-client) + - [MCP Simple Slackbot](#mcp-simple-slackbot) - [oterm](#oterm) - [Superinterface](#superinterface) - [Tester MCP Client](#tester-mcp-client) @@ -360,6 +361,27 @@ A simple CLI to run LLM prompt and implement MCP client. +### MCP Simple Slackbot + + + + + + + + + +
GitHubhttps://github.com/sooperset/mcp-client-slackbot
Website-
LicenseMIT
TypeSlack Bot
PlatformsSlack
PricingFree
Programming LanguagesPython
+ +A simple Slack bot that uses LLMs and the Model Context Protocol (MCP) tools. + +
+Screenshots + +![](./screenshots/mcp-simple-slackbot/demo.gif) + +
+ ### oterm diff --git a/screenshots/mcp-simple-slackbot/demo.gif b/screenshots/mcp-simple-slackbot/demo.gif new file mode 100644 index 0000000..f069be1 Binary files /dev/null and b/screenshots/mcp-simple-slackbot/demo.gif differ