Skip to content

Commit 70d4781

Browse files
authored
Merge branch 'main' into main
2 parents f88dd39 + 6601f56 commit 70d4781

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/clients.mdx

Lines changed: 42 additions & 0 deletions
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. |
@@ -42,6 +43,7 @@ This page provides an overview of applications that support the Model Context Pr
4243
| [gptme][gptme] ||||||| Supports tools. |
4344
| [HyperAgent][HyperAgent] ||||||| Supports tools. |
4445
| [JetBrains AI Assistant][JetBrains AI Assistant] ||||||| Supports tools for all JetBrains IDEs. |
46+
| [Kilo Code][Kilo Code] ||||||| Supports tools and resources. |
4547
| [Klavis AI Slack/Discord/Web][Klavis AI] ||||||| Supports tools and resources. |
4648
| [LibreChat][LibreChat] ||||||| Supports tools for Agents |
4749
| [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
@@ -115,6 +119,7 @@ This page provides an overview of applications that support the Model Context Pr
115119
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
116120
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
117121
[JetBrains AI Assistant]: https://plugins.jetbrains.com/plugin/22282-jetbrains-ai-assistant
122+
[Kilo Code]: https://github.com/Kilo-Org/kilocode
118123
[LibreChat]: https://github.com/danny-avila/LibreChat
119124
[Lutra]: https://lutra.ai
120125
[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,15 @@ 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+
303+
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.
304+
305+
**Key features:**
306+
307+
- Tools support for MCP servers
308+
- Offer built-in tools like web search, artifacts and image generation.
309+
295310
### Claude Code
296311

297312
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 +510,17 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
495510
- Offline mode with connected local LLMs via Ollama or LM Studio.
496511
- Deep integration into IDE workflows, including code suggestions in the editor, VCS assistance, runtime error explanation, and more.
497512

513+
### Kilo Code
514+
515+
[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.
516+
517+
**Key features:**
518+
519+
- Create and add tools through natural language (e.g. "add a tool that searches the web")
520+
- Discover MCP servers via the MCP Marketplace
521+
- One click MCP server installs via MCP Marketplace
522+
- Displays configured MCP servers along with their tools, resources, and any error logs
523+
498524
### Klavis AI Slack/Discord/Web
499525

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

713739
### RecurseChat
740+
714741
[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.
715742

716743
**Key features:**
744+
717745
- Local AI: Support MCP with Ollama models.
718746
- MCP Tools: Individual MCP server management. Easily visualize the connection states of MCP servers.
719747
- MCP Import: Import configuration from Claude Desktop app or JSON
720748

721749
**Learn more:**
750+
722751
- [RecurseChat docs](https://recurse.chat/docs/features/mcp/)
723752

724753
### Shortwave
754+
725755
[Shortwave](https://www.shortwave.com) is an AI-powered email client that supports MCP tools to enhance email productivity and workflow automation.
726756

727757
**Key features:**
@@ -793,6 +823,18 @@ MooPoint is a web-based AI chat platform built for developers and advanced users
793823
- **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
794824
- **Unified Multi-MCP Server Management**: Effortlessly manage and interact with multiple Model Context Protocol (MCP) servers from a single, centralized mobile application
795825

826+
### Tambo
827+
828+
[Tambo](https://tambo.co) is a platform for building custom chat experiences in React, with integrated custom user interface components.
829+
830+
**Key features:**
831+
832+
- Hosted platform with React SDK for integrating chat or other LLM-based experiences into your own app.
833+
- Support for selection of arbitrary React components in the chat experience, with state management and tool calling.
834+
- Support for MCP servers, from Tambo's servers or directly from the browser.
835+
- Supports OAuth 2.1 and custom header-based authentication.
836+
- Support for MCP tools, with additional MCP features coming soon.
837+
796838
### TheiaAI/TheiaIDE
797839

798840
[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)