@@ -24,6 +24,7 @@ This page provides an overview of applications that support the Model Context Pr
24
24
| [ Genkit] [ Genkit ] | ⚠️ | ✅ | ✅ | ❌ | ❌ | Supports resource list and lookup through tools. |
25
25
| [ GenAIScript] [ GenAIScript ] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. |
26
26
| [ Goose] [ Goose ] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. |
27
+ | [ Klavis AI] [ Klavis AI ] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. |
27
28
| [ LibreChat] [ LibreChat ] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools for Agents |
28
29
| [ mcp-agent] [ mcp-agent ] | ❌ | ❌ | ✅ | ⚠️ | ❌ | Supports tools, server connection management, and agent workflows. |
29
30
| [ Microsoft Copilot Studio] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools |
@@ -49,6 +50,7 @@ This page provides an overview of applications that support the Model Context Pr
49
50
[ CopilotMCP ] : https://github.com/VikashLoomba/copilot-mcp
50
51
[ Cursor ] : https://cursor.com
51
52
[ Daydreams ] : https://github.com/daydreamsai/daydreams
53
+ [ Klavis AI ] : https://www.klavis.ai/
52
54
[ Mcp.el ] : https://github.com/lizqwerscott/mcp.el
53
55
[ fast-agent ] : https://github.com/evalstate/fast-agent
54
56
[ Genkit ] : https://github.com/firebase/genkit
@@ -203,6 +205,20 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
203
205
- Goose allows you to extend its functionality by [ building your own MCP servers] ( https://block.github.io/goose/docs/tutorials/custom-extensions ) .
204
206
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
205
207
208
+ ### Klavis AI
209
+ [ Klavis AI] ( https://www.klavis.ai/ ) is an Open-Source Infra to Use, Build & Scale MCPs with ease.
210
+
211
+ ** Key features:**
212
+ - Slack and Discord clients for using MCPs directly within these platforms
213
+ - Simple web UI dashboard for easy MCP configuration
214
+ - Hosted MCP servers (report generation, YouTube tools, doc conversion) without infrastructure management
215
+ - Built-in OAuth support for secure access to user resources
216
+ - SSE transport support
217
+ - Open-source infrastructure ([ GitHub repository] ( https://github.com/Klavis-AI/klavis ) )
218
+
219
+ ** Learn more:**
220
+ - [ Demo video showing MCP usage in Slack/Discord] ( https://youtu.be/9-QQAhrQWw8 )
221
+
206
222
### LibreChat
207
223
[ LibreChat] ( https://github.com/danny-avila/LibreChat ) is an open-source, customizable AI chat UI that supports multiple AI providers, now including MCP integration.
208
224
0 commit comments