Skip to content

Commit 17fd0c7

Browse files
authored
Merge pull request modelcontextprotocol#347 from mario-andreschak/main
Add Client "FLUJO"
2 parents ee1cb1f + 23098a4 commit 17fd0c7

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. |
@@ -55,6 +56,7 @@ This page provides an overview of applications that support the Model Context Pr
5556
[Klavis AI]: https://www.klavis.ai/
5657
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
5758
[fast-agent]: https://github.com/evalstate/fast-agent
59+
[FLUJO]: https://github.com/mario-andreschak/flujo
5860
[Genkit]: https://github.com/firebase/genkit
5961
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
6062
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
@@ -183,6 +185,16 @@ The Claude desktop application provides comprehensive support for MCP, enabling
183185
- Built in support for "Building Effective Agents" workflows.
184186
- Deploy Agents as MCP Servers
185187

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+
186198
### Genkit
187199
[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.
188200

0 commit comments

Comments
 (0)