Skip to content

Commit 12d0cc3

Browse files
Merge branch 'main' into adding-pipedream-to-example-servers
2 parents db24af2 + 17fd0c7 commit 12d0cc3

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

docs/clients.mdx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ 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+
| [Klavis AI Slack/Discord/Web][Klavis AI] |||||| Supports tools and resources. |
2729
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
2830
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
2931
| [MCPHub][MCPHub] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, and prompts in Neovim
@@ -35,6 +37,7 @@ This page provides an overview of applications that support the Model Context Pr
3537
| [SpinAI][SpinAI] |||||| Supports tools for Typescript AI Agents |
3638
| [Superinterface][Superinterface] |||||| Supports tools |
3739
| [TheiaAI/TheiaIDE][TheiaAI/TheiaIDE] |||||| Supports tools for Agents in Theia AI and the AI-powered Theia IDE |
40+
| [TypingMind App][TypingMind App] |||||| Supports tools at app-level (appear as plugins) or when assigned to Agents |
3841
| [VS Code GitHub Copilot][VS Code] |||||| Supports dynamic tool/roots discovery, secure secret configuration, and explicit tool prompting |
3942
| [Windsurf Editor][Windsurf] |||||| Supports tools with AI Flow for collaborative development. |
4043
| [Witsy][Witsy] |||||| Supports tools in Witsy. |
@@ -50,8 +53,10 @@ This page provides an overview of applications that support the Model Context Pr
5053
[CopilotMCP]: https://github.com/VikashLoomba/copilot-mcp
5154
[Cursor]: https://cursor.com
5255
[Daydreams]: https://github.com/daydreamsai/daydreams
56+
[Klavis AI]: https://www.klavis.ai/
5357
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
5458
[fast-agent]: https://github.com/evalstate/fast-agent
59+
[FLUJO]: https://github.com/mario-andreschak/flujo
5560
[Genkit]: https://github.com/firebase/genkit
5661
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
5762
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
@@ -66,6 +71,7 @@ This page provides an overview of applications that support the Model Context Pr
6671
[SpinAI]: https://spinai.dev
6772
[Superinterface]: https://superinterface.ai
6873
[TheiaAI/TheiaIDE]: https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/
74+
[TypingMind App]: https://www.typingmind.com
6975
[VS Code]: https://code.visualstudio.com/
7076
[Windsurf]: https://codeium.com/windsurf
7177
[Witsy]: https://github.com/nbonamy/witsy
@@ -179,6 +185,16 @@ The Claude desktop application provides comprehensive support for MCP, enabling
179185
- Built in support for "Building Effective Agents" workflows.
180186
- Deploy Agents as MCP Servers
181187

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+
182198
### Genkit
183199
[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.
184200

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

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
231+
- SSE transport support
232+
- Open-source infrastructure ([GitHub repository](https://github.com/Klavis-AI/klavis))
233+
234+
**Learn more:**
235+
- [Demo video showing MCP usage in Slack/Discord](https://youtu.be/9-QQAhrQWw8)
236+
208237
### LibreChat
209238
[LibreChat](https://github.com/danny-avila/LibreChat) is an open-source, customizable AI chat UI that supports multiple AI providers, now including MCP integration.
210239

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

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.
341+
342+
**Learn more:**
343+
- [TypingMind MCP Document](https://www.typingmind.com/mcp)
344+
- [Download TypingMind (PWA)](https://www.typingmind.com/)
345+
305346
### VS Code GitHub Copilot
306347
[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.
307348

docs/examples.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ These MCP servers are maintained by companies for their platforms:
4646
- **[E2B](https://github.com/e2b-dev/mcp-server)** - Execute code in secure cloud sandboxes
4747
- **[Neon](https://github.com/neondatabase/mcp-server-neon)** - Interact with the Neon serverless Postgres platform
4848
- **[Obsidian Markdown Notes](https://github.com/calclavia/mcp-obsidian)** - Read and search through Markdown notes in Obsidian vaults
49+
- **[Prisma](https://pris.ly/docs/mcp-server)** - Manage and interact with Prisma Postgres databases
4950
- **[Qdrant](https://github.com/qdrant/mcp-server-qdrant/)** - Implement semantic memory using the Qdrant vector search engine
5051
- **[Raygun](https://github.com/MindscapeHQ/mcp-server-raygun)** - Access crash reporting and monitoring data
5152
- **[Search1API](https://github.com/fatwang2/search1api-mcp)** - Unified API for search, crawling, and sitemaps

0 commit comments

Comments
 (0)