Skip to content

Commit 0793b50

Browse files
Update clients.mdx
1 parent e7999bf commit 0793b50

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/clients.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ 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. |
@@ -51,6 +52,7 @@ This page provides an overview of applications that support the Model Context Pr
5152
[Daydreams]: https://github.com/daydreamsai/daydreams
5253
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
5354
[fast-agent]: https://github.com/evalstate/fast-agent
55+
[FLUJO]: https://github.com/mario-andreschak/flujo
5456
[Genkit]: https://github.com/firebase/genkit
5557
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
5658
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
@@ -177,6 +179,16 @@ The Claude desktop application provides comprehensive support for MCP, enabling
177179
- Built in support for "Building Effective Agents" workflows.
178180
- Deploy Agents as MCP Servers
179181

182+
### FLUJO
183+
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.
184+
185+
**Key features:**
186+
- Environment & API Key Management
187+
- Model Management
188+
- MCP Server Integration
189+
- Workflow Orchestration
190+
- Chat Interface
191+
180192
### Genkit
181193
[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.
182194

0 commit comments

Comments
 (0)