You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,24 +73,6 @@ This page provides an overview of applications that support the Model Context Pr
73
73
74
74
## Client details
75
75
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
-
94
76
### 5ire
95
77
[5ire](https://github.com/nanbingxyz/5ire) is an open source cross-platform desktop AI assistant that supports tools through MCP servers.
96
78
@@ -121,6 +103,24 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you
121
103
**Learn more:**
122
104
-[Example of using MCP tools in agentic workflow](https://i-am-bee.github.io/beeai-framework/#/typescript/tools?id=using-the-mcptool-class)
123
105
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
+
124
124
### Cline
125
125
[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.
0 commit comments