Skip to content

Commit 49070b7

Browse files
committed
Move Claude to alphabetical
1 parent 2a99530 commit 49070b7

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/clients.mdx

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ This page provides an overview of applications that support the Model Context Pr
99

1010
| Client | [Resources] | [Prompts] | [Tools] | [Sampling] | Roots | Notes |
1111
|---------------------------------------------|-------------|-----------|---------|------------|--------|-----------------------------------------------------------------------------|
12-
| [Claude Desktop App][Claude] |||||| Full support for all MCP features |
13-
| [Claude Code][Claude Code] |||||| Supports prompts and tools |
1412
| [5ire][5ire] |||||| Supports tools. |
1513
| [Apify MCP Tester][Apify MCP Tester] |||||| Supports tools |
1614
| [BeeAI Framework][BeeAI Framework] |||||| Supports tools in agentic workflows. |
15+
| [Claude Code][Claude Code] |||||| Supports prompts and tools |
16+
| [Claude Desktop App][Claude Desktop] |||||| Full support for all MCP features |
1717
| [Cline][Cline] |||||| Supports tools and resources. |
1818
| [Continue][Continue] |||||| Full support for all MCP features |
1919
| [Copilot-MCP][CopilotMCP] |||||| Supports tools and resources. |
@@ -38,11 +38,11 @@ This page provides an overview of applications that support the Model Context Pr
3838
| [Witsy][Witsy] |||||| Supports tools in Witsy. |
3939
| [Zed][Zed] |||||| Prompts appear as slash commands |
4040

41-
[Claude]: https://claude.ai/download
42-
[Claude Code]: https://claude.ai/code
4341
[5ire]: https://github.com/nanbingxyz/5ire
4442
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
4543
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
44+
[Claude Code]: https://claude.ai/code
45+
[Claude Desktop]: https://claude.ai/download
4646
[Cline]: https://github.com/cline/cline
4747
[Continue]: https://github.com/continuedev/continue
4848
[CopilotMCP]: https://github.com/VikashLoomba/copilot-mcp
@@ -73,24 +73,6 @@ This page provides an overview of applications that support the Model Context Pr
7373

7474
## Client details
7575

76-
### Claude Desktop App
77-
The Claude desktop application provides comprehensive support for MCP, enabling deep integration with local tools and data sources.
78-
79-
**Key features:**
80-
- Full support for resources, allowing attachment of local files and data
81-
- Support for prompt templates
82-
- Tool integration for executing commands and scripts
83-
- Local server connections for enhanced privacy and security
84-
85-
> ⓘ Note: The Claude.ai web application does not currently support MCP. MCP features are only available in the desktop application.
86-
87-
### Claude Code
88-
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.
89-
90-
**Key features:**
91-
- Tool and prompt support for MCP servers
92-
- Offers its own tools through an MCP server for integrating with other MCP clients
93-
9476
### 5ire
9577
[5ire](https://github.com/nanbingxyz/5ire) is an open source cross-platform desktop AI assistant that supports tools through MCP servers.
9678

@@ -121,6 +103,24 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you
121103
**Learn more:**
122104
- [Example of using MCP tools in agentic workflow](https://i-am-bee.github.io/beeai-framework/#/typescript/tools?id=using-the-mcptool-class)
123105

106+
### Claude Code
107+
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.
108+
109+
**Key features:**
110+
- Tool and prompt support for MCP servers
111+
- Offers its own tools through an MCP server for integrating with other MCP clients
112+
113+
### Claude Desktop App
114+
The Claude desktop application provides comprehensive support for MCP, enabling deep integration with local tools and data sources.
115+
116+
**Key features:**
117+
- Full support for resources, allowing attachment of local files and data
118+
- Support for prompt templates
119+
- Tool integration for executing commands and scripts
120+
- Local server connections for enhanced privacy and security
121+
122+
> ⓘ Note: The Claude.ai web application does not currently support MCP. MCP features are only available in the desktop application.
123+
124124
### Cline
125125
[Cline](https://github.com/cline/cline) is an autonomous coding agent in VS Code that edits files, runs commands, uses a browser, and more–with your permission at each step.
126126

0 commit comments

Comments
 (0)