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
Copy file name to clipboardExpand all lines: units/en/unit1/mcp-clients.mdx
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ In this section, you will:
9
9
* Understand what MCP Clients are and their role in the MCP architecture
10
10
* Learn about the key responsibilities of MCP Clients
11
11
* Explore the major MCP Client implementations
12
-
* Discover how to use Hugging Face's MCP Client implementation
12
+
* Discover how to connect to the Hugging Face MCP Server and built-in tools
13
13
* See practical examples of MCP Client usage
14
14
15
15
<Tip>
@@ -30,13 +30,26 @@ Let's start by exploring the user interface clients that are available for the M
30
30
31
31
### Chat Interface Clients
32
32
33
-
Anthropic's Claude Desktop stands as one of the most prominent MCP Clients, providing integration with various MCP Servers.
33
+
- Claude Desktop (Anthropic)
34
34
35
35
### Interactive Development Clients
36
36
37
-
Cursor's MCP Client implementation enables AI-powered coding assistance through direct integration with code editing capabilities. It supports multiple MCP Server connections and provides real-time tool invocation during coding, making it a powerful tool for developers.
37
+
- VS Code extensions with MCP (e.g., Continue)
38
+
- Cursor IDE (built-in MCP client)
39
+
- Zed editor
38
40
39
-
Continue.dev is another example of an interactive development client that supports MCP and connects to an MCP server from VS Code.
41
+
These clients support connecting to multiple MCP servers and real-time tool invocation.
42
+
43
+
## Quick connect to Hugging Face MCP Server
44
+
45
+
Hugging Face provides a hosted MCP server with built-in tools for exploring models, datasets, Spaces, and papers.
46
+
47
+
1. Visit https://huggingface.co/settings/mcp while logged in.
48
+
2. Select your MCP-compatible client (e.g., VS Code, Cursor, Zed, Claude Desktop).
49
+
3. Copy the generated configuration snippet into your client's MCP config.
50
+
4. Restart or reload your client. You should see “Hugging Face” connected.
51
+
52
+
Tip: Prefer the generated snippet over hand-written config; it’s tailored per client.
0 commit comments