Skip to content

Commit 096116f

Browse files
committed
add hf mcp server section to mcp clients
1 parent 2011866 commit 096116f

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

units/en/unit1/mcp-clients.mdx

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In this section, you will:
99
* Understand what MCP Clients are and their role in the MCP architecture
1010
* Learn about the key responsibilities of MCP Clients
1111
* 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
1313
* See practical examples of MCP Client usage
1414

1515
<Tip>
@@ -30,13 +30,26 @@ Let's start by exploring the user interface clients that are available for the M
3030

3131
### Chat Interface Clients
3232

33-
Anthropic's Claude Desktop stands as one of the most prominent MCP Clients, providing integration with various MCP Servers.
33+
- Claude Desktop (Anthropic)
3434

3535
### Interactive Development Clients
3636

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
3840

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.
4053

4154
## Configuring MCP Clients
4255

0 commit comments

Comments
 (0)