Skip to content

Commit ce6433a

Browse files
authored
Merge pull request modelcontextprotocol#432 from longseespace/main
Add BoltAI to client list
2 parents cea9cff + fa8413d commit ce6433a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/clients.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This page provides an overview of applications that support the Model Context Pr
1313
| [Amazon Q CLI][Amazon Q CLI] |||||| Supports prompts and tools. |
1414
| [Apify MCP Tester][Apify MCP Tester] |||||| Supports tools |
1515
| [BeeAI Framework][BeeAI Framework] |||||| Supports tools in agentic workflows. |
16+
| [BoltAI][BoltAI] |||||| Supports tools. |
1617
| [Claude Code][Claude Code] |||||| Supports prompts and tools |
1718
| [Claude Desktop App][Claude Desktop] |||||| Supports tools, prompts, and resources. |
1819
| [Cline][Cline] |||||| Supports tools and resources. |
@@ -53,6 +54,7 @@ This page provides an overview of applications that support the Model Context Pr
5354
[Amazon Q CLI]: https://github.com/aws/amazon-q-developer-cli
5455
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
5556
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
57+
[BoltAI]: https://boltai.com
5658
[Claude Code]: https://claude.ai/code
5759
[Claude Desktop]: https://claude.ai/download
5860
[Cline]: https://github.com/cline/cline
@@ -141,6 +143,19 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you
141143
**Learn more:**
142144
- [Example of using MCP tools in agentic workflow](https://i-am-bee.github.io/beeai-framework/#/typescript/tools?id=using-the-mcptool-class)
143145

146+
### BoltAI
147+
[BoltAI](https://boltai.com) is a native, all-in-one AI chat client with MCP support. BoltAI supports multiple AI providers (OpenAI, Anthropic, Google AI...), including local AI models (via Ollama, LM Studio or LMX)
148+
149+
**Key features:**
150+
- MCP Tool integrations: once configured, user can enable individual MCP server in each chat
151+
- MCP quick setup: import configuration from Claude Desktop app or Cursor editor
152+
- Invoke MCP tools inside any app with AI Command feature
153+
- Integrate with remote MCP servers in the mobile app
154+
155+
**Learn more:**
156+
- [BoltAI docs](https://boltai.com/docs/plugins/mcp-servers)
157+
- [BoltAI website](https://boltai.com)
158+
144159
### Claude Code
145160
Claude Code is an interactive agentic coding tool from Anthropic that helps you code faster through natural language commands. It supports MCP integration for prompts and tools, and also functions as an MCP server to integrate with other clients.
146161

0 commit comments

Comments
 (0)