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 +189,16 @@ The Claude desktop application provides comprehensive support for MCP, enabling
179
189
- Built in support for "Building Effective Agents" workflows.
180
190
- Deploy Agents as MCP Servers
181
191
192
+
### FLUJO
193
+
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.
194
+
195
+
**Key features:**
196
+
- Environment & API Key Management
197
+
- Model Management
198
+
- MCP Server Integration
199
+
- Workflow Orchestration
200
+
- Chat Interface
201
+
182
202
### Genkit
183
203
[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
204
@@ -205,6 +225,19 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
205
225
- Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
206
226
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
207
227
228
+
### Klavis AI Slack/Discord/Web
229
+
[Klavis AI](https://www.klavis.ai/) is an Open-Source Infra to Use, Build & Scale MCPs with ease.
230
+
231
+
**Key features:**
232
+
- Slack/Discord/Web MCP clients for using MCPs directly
233
+
- Simple web UI dashboard for easy MCP configuration
234
+
- 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)
240
+
208
241
### LibreChat
209
242
[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
243
@@ -235,6 +268,26 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
235
268
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
236
269
- Supports workflow pause/resume signals, such as waiting for human feedback.
237
270
271
+
### MCPHub
272
+
[MCPHub] is a powerful Neovim plugin that integrates MCP (Model Context Protocol) servers into your workflow.
273
+
274
+
**Key features**
275
+
- Install, configure and manage MCP servers with an intuitive UI.
276
+
- Built-in Neovim MCP server with support for file operations (read, write, search, replace), command execution, terminal integration, LSP integration, buffers, and diagnostics.
277
+
- Create Lua-based MCP servers directly in Neovim.
278
+
- Inegrates with popular Neovim chat plugins Avante.nvim and CodeCompanion.nvim
279
+
280
+
### MCPOmni-Connect
281
+
[MCPOmni-Connect](https://github.com/Abiorh001/mcp_omni_connect) is a versatile command-line interface (CLI) client designed to connect to various Model Context Protocol (MCP) servers using both stdio and SSE transport.
282
+
283
+
**Key features:**
284
+
- Support for resources, prompts, tools, and sampling
285
+
- Agentic mode with ReAct and orchestrator capabilities
286
+
- Seamless integration with OpenAI models and other LLMs
287
+
- Dynamic tool and resource management across multiple servers
288
+
- Support for both stdio and SSE transport protocols
289
+
- Comprehensive tool orchestration and resource analysis capabilities
290
+
238
291
### Microsoft Copilot Studio
239
292
[Microsoft Copilot Studio] is a robust SaaS platform designed for building custom AI-driven applications and intelligent agents, empowering developers to create, deploy, and manage sophisticated AI solutions.
240
293
@@ -305,6 +358,18 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
305
358
-[Theia IDE and Theia AI MCP Announcement](https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/)
306
359
-[Download the AI-powered Theia IDE](https://theia-ide.org/)
307
360
361
+
### TypingMind App
362
+
[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.
363
+
364
+
**Key features:**
365
+
-**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.
366
+
-**Assign MCP Tools to Agents**: TypingMind allows users to create AI agents that have a set of MCP servers assigned.
367
+
-**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