You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -179,6 +185,16 @@ The Claude desktop application provides comprehensive support for MCP, enabling
179
185
- Built in support for "Building Effective Agents" workflows.
180
186
- Deploy Agents as MCP Servers
181
187
188
+
### FLUJO
189
+
Think n8n + ChatGPT. FLUJO is an desktop application that integrates with MCP to provide a workflow-builder interface for AI interactions. Built with Next.js and React, it supports both online and offline (ollama) models, it manages API Keys and environment variables centrally and can install MCP Servers from GitHub. FLUJO has an ChatCompletions endpoint and flows can be executed from other AI applications like Cline, Roo or Claude.
190
+
191
+
**Key features:**
192
+
- Environment & API Key Management
193
+
- Model Management
194
+
- MCP Server Integration
195
+
- Workflow Orchestration
196
+
- Chat Interface
197
+
182
198
### Genkit
183
199
[Genkit](https://github.com/firebase/genkit) is a cross-language SDK for building and integrating GenAI features into applications. The [genkitx-mcp](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) plugin enables consuming MCP servers as a client or creating MCP servers from Genkit tools and prompts.
184
200
@@ -205,6 +221,19 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
205
221
- Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
206
222
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
207
223
224
+
### Klavis AI Slack/Discord/Web
225
+
[Klavis AI](https://www.klavis.ai/) is an Open-Source Infra to Use, Build & Scale MCPs with ease.
226
+
227
+
**Key features:**
228
+
- Slack/Discord/Web MCP clients for using MCPs directly
229
+
- Simple web UI dashboard for easy MCP configuration
230
+
- Direct OAuth integration with Slack & Discord Clients and MCP Servers for secure user authentication
-[Demo video showing MCP usage in Slack/Discord](https://youtu.be/9-QQAhrQWw8)
236
+
208
237
### LibreChat
209
238
[LibreChat](https://github.com/danny-avila/LibreChat) is an open-source, customizable AI chat UI that supports multiple AI providers, now including MCP integration.
210
239
@@ -302,6 +331,18 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
302
331
-[Theia IDE and Theia AI MCP Announcement](https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/)
303
332
-[Download the AI-powered Theia IDE](https://theia-ide.org/)
304
333
334
+
### TypingMind App
335
+
[TypingMind](https://www.typingmind.com) is an advanced frontend for LLMs with MCP support. TypingMind supports all popular LLM providers like OpenAI, Gemini, Claude, and users can use with their own API keys.
336
+
337
+
**Key features:**
338
+
-**MCP Tool Integration**: Once MCP is configured, MCP tools will show up as plugins that can be enabled/disabled easily via the main app interface.
339
+
-**Assign MCP Tools to Agents**: TypingMind allows users to create AI agents that have a set of MCP servers assigned.
340
+
-**Remote MCP servers**: Allows users to customize where to run the MCP servers via its MCP Connector configuration, allowing the use of MCP tools across multiple devices (laptop, mobile devices, etc.) or control MCP servers from a remote private server.
[VS Code](https://code.visualstudio.com/) integrates MCP with GitHub Copilot through [agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode), allowing direct interaction with MCP-provided tools within your agentic coding workflow. Configure servers in Claude Desktop, workspace or user settings, with guided MCP installation and secure handling of keys in input variables to avoid leaking hard-coded keys.
0 commit comments