Skip to content

Commit 9da9f86

Browse files
authored
Merge branch 'main' into feature/add-codegpt-mcp-client
2 parents dd0f6eb + 6178744 commit 9da9f86

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

docs/clients.mdx

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This page provides an overview of applications that support the Model Context Pr
2323
| [Augment Code][AugmentCode] ||||||| Supports tools in local and remote agents. |
2424
| [BeeAI Framework][BeeAI Framework] ||||||| Supports tools in agentic workflows. |
2525
| [BoltAI][BoltAI] ||||||| Supports tools. |
26+
| [ChatWise][ChatWise] ||||||| Supports tools. |
2627
| [Claude.ai][Claude.ai] ||||||| Supports tools, prompts, and resources for remote MCP servers. |
2728
| [Claude Code][Claude Code] ||||||| Supports resources, prompts, tools, and roots |
2829
| [Claude Desktop App][Claude Desktop] ||||||| Supports tools, prompts, and resources for local and remote MCP servers. |
@@ -43,6 +44,7 @@ This page provides an overview of applications that support the Model Context Pr
4344
| [gptme][gptme] ||||||| Supports tools. |
4445
| [HyperAgent][HyperAgent] ||||||| Supports tools. |
4546
| [JetBrains AI Assistant][JetBrains AI Assistant] ||||||| Supports tools for all JetBrains IDEs. |
47+
| [Kilo Code][Kilo Code] ||||||| Supports tools and resources. |
4648
| [Klavis AI Slack/Discord/Web][Klavis AI] ||||||| Supports tools and resources. |
4749
| [LibreChat][LibreChat] ||||||| Supports tools for Agents |
4850
| [Lutra][Lutra] ||||||| Supports any MCP server for reusable playbook creation. |
@@ -67,6 +69,7 @@ This page provides an overview of applications that support the Model Context Pr
6769
| [Superinterface][Superinterface] ||||||| Supports tools |
6870
| [Superjoin][Superjoin] ||||||| Supports tools and multiple servers. |
6971
| [systemprompt][systemprompt] ||||||| Supports tools, resources, prompts, and sampling. |
72+
| [Tambo][Tambo] ||||||| Supports tools and multiple servers, with authentication. |
7073
| [TheiaAI/TheiaIDE][TheiaAI/TheiaIDE] ||||||| Supports tools for Agents in Theia AI and the AI-powered Theia IDE |
7174
| [Tome][Tome] ||||||| Supports tools, manages MCP servers. |
7275
| [TypingMind App][TypingMind App] ||||||| Supports tools at app-level (appear as plugins) or when assigned to Agents |
@@ -97,6 +100,7 @@ This page provides an overview of applications that support the Model Context Pr
97100
[AugmentCode]: https://augmentcode.com
98101
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
99102
[BoltAI]: https://boltai.com
103+
[ChatWise]: https://chatwise.app
100104
[Claude.ai]: https://claude.ai
101105
[Claude Code]: https://claude.ai/code
102106
[Claude Desktop]: https://claude.ai/download
@@ -116,6 +120,7 @@ This page provides an overview of applications that support the Model Context Pr
116120
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
117121
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
118122
[JetBrains AI Assistant]: https://plugins.jetbrains.com/plugin/22282-jetbrains-ai-assistant
123+
[Kilo Code]: https://github.com/Kilo-Org/kilocode
119124
[LibreChat]: https://github.com/danny-avila/LibreChat
120125
[Lutra]: https://lutra.ai
121126
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
@@ -138,6 +143,7 @@ This page provides an overview of applications that support the Model Context Pr
138143
[Superinterface]: https://superinterface.ai
139144
[Superjoin]: https://superjoin.ai
140145
[systemprompt]: https://systemprompt.io
146+
[Tambo]: https://tambo.co
141147
[TheiaAI/TheiaIDE]: https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/
142148
[Tome]: https://github.com/runebookai/tome
143149
[TypingMind App]: https://www.typingmind.com
@@ -292,6 +298,13 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you
292298
- [BoltAI docs](https://boltai.com/docs/plugins/mcp-servers)
293299
- [BoltAI website](https://boltai.com)
294300

301+
### ChatWise
302+
ChatWise is a desktop-optimized, high-performance chat application that lets you bring your own API keys. It supports a wide range of LLMs and integrates with MCP to enable tool workflows.
303+
304+
**Key features:**
305+
- Tools support for MCP servers
306+
- Offer built-in tools like web search, artifacts and image generation.
307+
295308
### Claude Code
296309

297310
Claude Code is an interactive agentic coding tool from Anthropic that helps you code faster through natural language commands. It supports MCP integration for resources, prompts, tools, and roots, and also functions as an MCP server to integrate with other clients.
@@ -495,6 +508,15 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
495508
- Offline mode with connected local LLMs via Ollama or LM Studio.
496509
- Deep integration into IDE workflows, including code suggestions in the editor, VCS assistance, runtime error explanation, and more.
497510

511+
### Kilo Code
512+
[Kilo Code](https://github.com/Kilo-Org/kilocode) is an autonomous coding AI dev team in VS Code that edits files, runs commands, uses a browser, and more.
513+
514+
**Key features:**
515+
- Create and add tools through natural language (e.g. "add a tool that searches the web")
516+
- Discover MCP servers via the MCP Marketplace
517+
- One click MCP server installs via MCP Marketplace
518+
- Displays configured MCP servers along with their tools, resources, and any error logs
519+
498520
### Klavis AI Slack/Discord/Web
499521

500522
[Klavis AI](https://www.klavis.ai/) is an Open-Source Infra to Use, Build & Scale MCPs with ease.
@@ -711,14 +733,17 @@ MooPoint is a web-based AI chat platform built for developers and advanced users
711733
- Integration with history, variables, and collections for reuse and collaboration
712734

713735
### RecurseChat
714-
[RecurseChat](https://recurse.chat) is a powerful, fast, local-first chat client with MCP support. RecurseChat supports multiple AI providers including LLaMA.cpp, Ollama, and OpenAI, Anthropic.
736+
737+
[RecurseChat](https://recurse.chat) is a powerful, fast, local-first chat client with MCP support. RecurseChat supports multiple AI providers including LLaMA.cpp, Ollama, and OpenAI, Anthropic.
715738

716739
**Key features:**
740+
717741
- Local AI: Support MCP with Ollama models.
718742
- MCP Tools: Individual MCP server management. Easily visualize the connection states of MCP servers.
719743
- MCP Import: Import configuration from Claude Desktop app or JSON
720744

721745
**Learn more:**
746+
722747
- [RecurseChat docs](https://recurse.chat/docs/features/mcp/)
723748

724749
### Slack MCP Client
@@ -774,6 +799,7 @@ MooPoint is a web-based AI chat platform built for developers and advanced users
774799
- Compatible with both SSE and Streamable HTTP transport for efficient, real-time streaming communication
775800
- Fully web-based, cross-platform client requiring no additional software installation
776801

802+
777803
### systemprompt
778804

779805
[systemprompt](https://systemprompt.io) is a voice-controlled mobile app that manages your MCP servers. Securely leverage MCP agents from your pocket. Available on iOS and Android.
@@ -784,6 +810,19 @@ MooPoint is a web-based AI chat platform built for developers and advanced users
784810
- **Advanced AI-Powered Voice Recognition**: Sophisticated voice recognition engine enhanced with cutting-edge AI and Natural Language Processing (NLP), specifically tuned to understand complex developer terminology and command structures
785811
- **Unified Multi-MCP Server Management**: Effortlessly manage and interact with multiple Model Context Protocol (MCP) servers from a single, centralized mobile application
786812

813+
### Tambo
814+
815+
[Tambo](https://tambo.co) is a platform for building custom chat experiences in React, with integrated custom user interface components.
816+
817+
**Key features:**
818+
819+
- Hosted platform with React SDK for integrating chat or other LLM-based experiences into your own app.
820+
- Support for selection of arbitrary React components in the chat experience, with state management and tool calling.
821+
- Support for MCP servers, from Tambo's servers or directly from the browser.
822+
- Supports OAuth 2.1 and custom header-based authentication.
823+
- Support for MCP tools, with additional MCP features coming soon.
824+
825+
787826
### TheiaAI/TheiaIDE
788827

789828
[Theia AI](https://eclipsesource.com/blogs/2024/10/07/introducing-theia-ai/) is a framework for building AI-enhanced tools and IDEs. The [AI-powered Theia IDE](https://eclipsesource.com/blogs/2024/10/08/introducting-ai-theia-ide/) is an open and flexible development environment built on Theia AI.

0 commit comments

Comments
 (0)