Skip to content

Commit 0a405ae

Browse files
Merge branch 'main' into main
2 parents 44401d0 + dcb96e8 commit 0a405ae

File tree

7 files changed

+3620
-242
lines changed

7 files changed

+3620
-242
lines changed

docs/clients.mdx

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,27 @@ This page provides an overview of applications that support the Model Context Pr
2121
| [Daydreams Agents][Daydreams] |||||| Support for drop in Servers to Daydreams agents |
2222
| [Emacs Mcp][Mcp.el] |||||| Supports tools in Emacs. |
2323
| [fast-agent][fast-agent] |||||| Full multimodal MCP support, with end-to-end tests |
24+
| [FLUJO][FLUJO] |||||| Support for resources, Prompts and Roots are coming soon |
2425
| [Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
2526
| [GenAIScript][GenAIScript] |||||| Supports tools. |
2627
| [Goose][Goose] |||||| Supports tools. |
28+
| [gptme][gptme] |||||| Supports tools. |
29+
| [Klavis AI Slack/Discord/Web][Klavis AI] |||||| Supports tools and resources. |
2730
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
31+
| [Lutra][Lutra] |||||| Supports any MCP server for reusable playbook creation. |
2832
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
2933
| [MCPHub][MCPHub] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, and prompts in Neovim
34+
| [MCPOmni-Connect][MCPOmni-Connect] |||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
3035
| [Microsoft Copilot Studio] |||||| Supports tools |
36+
| [MindPal][MindPal] |||||| Supports tools for no-code AI agents and multi-agent workflows. |
3137
| [OpenSumi][OpenSumi] |||||| Supports tools in OpenSumi |
3238
| [oterm][oterm] |||||| Supports tools, prompts and sampling for Ollama. |
3339
| [Roo Code][Roo Code] |||||| Supports tools and resources. |
3440
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
3541
| [SpinAI][SpinAI] |||||| Supports tools for Typescript AI Agents |
3642
| [Superinterface][Superinterface] |||||| Supports tools |
3743
| [TheiaAI/TheiaIDE][TheiaAI/TheiaIDE] |||||| Supports tools for Agents in Theia AI and the AI-powered Theia IDE |
44+
| [TypingMind App][TypingMind App] |||||| Supports tools at app-level (appear as plugins) or when assigned to Agents |
3845
| [VS Code GitHub Copilot][VS Code] |||||| Supports dynamic tool/roots discovery, secure secret configuration, and explicit tool prompting |
3946
| [Windsurf Editor][Windsurf] |||||| Supports tools with AI Flow for collaborative development. |
4047
| [Witsy][Witsy] |||||| Supports tools in Witsy. |
@@ -50,24 +57,31 @@ This page provides an overview of applications that support the Model Context Pr
5057
[CopilotMCP]: https://github.com/VikashLoomba/copilot-mcp
5158
[Cursor]: https://cursor.com
5259
[Daydreams]: https://github.com/daydreamsai/daydreams
60+
[Klavis AI]: https://www.klavis.ai/
5361
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
5462
[fast-agent]: https://github.com/evalstate/fast-agent
63+
[FLUJO]: https://github.com/mario-andreschak/flujo
5564
[Genkit]: https://github.com/firebase/genkit
5665
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
5766
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
5867
[LibreChat]: https://github.com/danny-avila/LibreChat
68+
[Lutra]: https://lutra.ai
5969
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
6070
[MCPHub]: https://github.com/ravitemer/mcphub.nvim
71+
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
6172
[Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
73+
[MindPal]: https://mindpal.io
6274
[OpenSumi]: https://github.com/opensumi/core
6375
[oterm]: https://github.com/ggozad/oterm
6476
[Roo Code]: https://roocode.com
6577
[Cody]: https://sourcegraph.com/cody
6678
[SpinAI]: https://spinai.dev
6779
[Superinterface]: https://superinterface.ai
6880
[TheiaAI/TheiaIDE]: https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/
81+
[TypingMind App]: https://www.typingmind.com
6982
[VS Code]: https://code.visualstudio.com/
7083
[Windsurf]: https://codeium.com/windsurf
84+
[gptme]: https://github.com/gptme/gptme
7185
[Witsy]: https://github.com/nbonamy/witsy
7286
[Zed]: https://zed.dev
7387
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
@@ -179,6 +193,16 @@ The Claude desktop application provides comprehensive support for MCP, enabling
179193
- Built in support for "Building Effective Agents" workflows.
180194
- Deploy Agents as MCP Servers
181195

196+
### FLUJO
197+
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.
198+
199+
**Key features:**
200+
- Environment & API Key Management
201+
- Model Management
202+
- MCP Server Integration
203+
- Workflow Orchestration
204+
- Chat Interface
205+
182206
### Genkit
183207
[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.
184208

@@ -205,6 +229,28 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
205229
- Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
206230
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
207231

232+
### gptme
233+
[gptme](https://github.com/gptme/gptme) is a open-source terminal-based personal AI assistant/agent, designed to assist with programming tasks and general knowledge work.
234+
235+
**Key features:**
236+
- CLI-first design with a focus on simplicity and ease of use
237+
- Rich set of built-in tools for shell commands, Python execution, file operations, and web browsing
238+
- Local-first approach with support for multiple LLM providers
239+
- Open-source, built to be extensible and easy to modify
240+
241+
### Klavis AI Slack/Discord/Web
242+
[Klavis AI](https://www.klavis.ai/) is an Open-Source Infra to Use, Build & Scale MCPs with ease.
243+
244+
**Key features:**
245+
- Slack/Discord/Web MCP clients for using MCPs directly
246+
- Simple web UI dashboard for easy MCP configuration
247+
- Direct OAuth integration with Slack & Discord Clients and MCP Servers for secure user authentication
248+
- SSE transport support
249+
- Open-source infrastructure ([GitHub repository](https://github.com/Klavis-AI/klavis))
250+
251+
**Learn more:**
252+
- [Demo video showing MCP usage in Slack/Discord](https://youtu.be/9-QQAhrQWw8)
253+
208254
### LibreChat
209255
[LibreChat](https://github.com/danny-avila/LibreChat) is an open-source, customizable AI chat UI that supports multiple AI providers, now including MCP integration.
210256

@@ -214,6 +260,18 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
214260
- Open-source and self-hostable, with secure multi-user support
215261
- Future roadmap includes expanded MCP feature support
216262

263+
### Lutra
264+
[Lutra](https://lutra.ai) is an AI agent that transforms conversations into actionable, automated workflows.
265+
266+
**Key features:**
267+
- Easy MCP Integration: Connecting Lutra to MCP servers is as simple as providing the server URL; Lutra handles the rest behind the scenes.
268+
- Chat to Take Action: Lutra understands your conversational context and goals, automatically integrating with your existing apps to perform tasks.
269+
- Reusable Playbooks: After completing a task, save the steps as reusable, automated workflows—simplifying repeatable processes and reducing manual effort.
270+
- Shareable Automations: Easily share your saved playbooks with teammates to standardize best practices and accelerate collaborative workflows.
271+
272+
**Learn more:**
273+
- [Lutra AI agent explained](https://www.youtube.com/watch?v=W5ZpN0cMY70)
274+
217275
### mcp-agent
218276
[mcp-agent] is a simple, composable framework to build agents using Model Context Protocol.
219277

@@ -232,6 +290,17 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
232290
- Create Lua-based MCP servers directly in Neovim.
233291
- Inegrates with popular Neovim chat plugins Avante.nvim and CodeCompanion.nvim
234292

293+
### MCPOmni-Connect
294+
[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.
295+
296+
**Key features:**
297+
- Support for resources, prompts, tools, and sampling
298+
- Agentic mode with ReAct and orchestrator capabilities
299+
- Seamless integration with OpenAI models and other LLMs
300+
- Dynamic tool and resource management across multiple servers
301+
- Support for both stdio and SSE transport protocols
302+
- Comprehensive tool orchestration and resource analysis capabilities
303+
235304
### Microsoft Copilot Studio
236305
[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.
237306

@@ -240,6 +309,19 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
240309
- Extend Copilot Studio agents with MCP servers
241310
- Leveraging Microsoft unified, governed, and secure API management solutions
242311

312+
### MindPal
313+
[MindPal](https://mindpal.io) is a no-code platform for building and running AI agents and multi-agent workflows for business processes.
314+
315+
**Key features:**
316+
- Build custom AI agents with no-code
317+
- Connect any SSE MCP server to extend agent tools
318+
- Create multi-agent workflows for complex business processes
319+
- User-friendly for both technical and non-technical professionals
320+
- Ongoing development with continuous improvement of MCP support
321+
322+
**Learn more:**
323+
- [MindPal MCP Documentation](https://docs.mindpal.io/agent/mcp)
324+
243325
### OpenSumi
244326
[OpenSumi](https://github.com/opensumi/core) is a framework helps you quickly build AI Native IDE products.
245327

@@ -302,6 +384,18 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
302384
- [Theia IDE and Theia AI MCP Announcement](https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/)
303385
- [Download the AI-powered Theia IDE](https://theia-ide.org/)
304386

387+
### TypingMind App
388+
[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.
389+
390+
**Key features:**
391+
- **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.
392+
- **Assign MCP Tools to Agents**: TypingMind allows users to create AI agents that have a set of MCP servers assigned.
393+
- **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.
394+
395+
**Learn more:**
396+
- [TypingMind MCP Document](https://www.typingmind.com/mcp)
397+
- [Download TypingMind (PWA)](https://www.typingmind.com/)
398+
305399
### VS Code GitHub Copilot
306400
[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.
307401

docs/examples.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ These MCP servers are maintained by companies for their platforms:
4747
- **[E2B](https://github.com/e2b-dev/mcp-server)** - Execute code in secure cloud sandboxes
4848
- **[Neon](https://github.com/neondatabase/mcp-server-neon)** - Interact with the Neon serverless Postgres platform
4949
- **[Obsidian Markdown Notes](https://github.com/calclavia/mcp-obsidian)** - Read and search through Markdown notes in Obsidian vaults
50+
- **[Prisma](https://pris.ly/docs/mcp-server)** - Manage and interact with Prisma Postgres databases
5051
- **[Qdrant](https://github.com/qdrant/mcp-server-qdrant/)** - Implement semantic memory using the Qdrant vector search engine
5152
- **[Raygun](https://github.com/MindscapeHQ/mcp-server-raygun)** - Access crash reporting and monitoring data
5253
- **[Search1API](https://github.com/fatwang2/search1api-mcp)** - Unified API for search, crawling, and sitemaps
@@ -122,6 +123,7 @@ To use an MCP server with Claude, add it to your configuration:
122123
- [Awesome MCP Servers](https://github.com/punkpeye/awesome-mcp-servers) - Curated list of MCP servers
123124
- [MCP CLI](https://github.com/wong2/mcp-cli) - Command-line inspector for testing MCP servers
124125
- [MCP Get](https://mcp-get.com) - Tool for installing and managing MCP servers
126+
- [Pipedream MCP](https://mcp.pipedream.com) - MCP servers with built-in auth for 3,000+ APIs and 10,000+ tools
125127
- [Supergateway](https://github.com/supercorp-ai/supergateway) - Run MCP stdio servers over SSE
126128
- [Zapier MCP](https://zapier.com/mcp) - MCP Server with over 7,000+ apps and 30,000+ actions
127129

0 commit comments

Comments
 (0)