Skip to content

Commit 4e72a56

Browse files
committed
fixes
1 parent 84f9f52 commit 4e72a56

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

docs/guides/quickstart.mdx

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ title: "Quickstart"
33
description: "Get started with MCP in less than 5 minutes"
44
---
55

6-
<Note type="warning">
7-
MCP is currently in developer preview and only supports connecting to local servers running on your machine. Remote connections are not yet supported. This feature is only available in the Claude Desktop app, not the Claude web interface (claude.ai).
6+
Give the Claude Desktop app the ability to interact with local data sources and tools! This guide will show you how to set up Model Context Protocol (MCP) and experience its capabilities in just 5 minutes.
7+
8+
<Note>
9+
While this guide focuses on using Claude Desktop as an example MCP client, the protocol is open and can be implemented by any application. IDEs, AI tools, and other software can all act as MCP clients to access local services in a standardized way.
810
</Note>
911

10-
Give the Claude Desktop app the ability to interact with local data sources and tools! This guide will show you how to set up Model Context Protocol (MCP) and experience its capabilities in just 5 minutes.
12+
<Warning>
13+
Claude Desktop's MCP support is currently in developer preview and only supports connecting to local servers running on your machine. Remote connections are not yet supported. MCP integration is only available in the Claude Desktop app, not the Claude web interface (claude.ai).
14+
</Warning>
1115

1216
MCP is a protocol that enables secure connections between clients, such as Claude Desktop app, and local services. In this quickstart guide, you'll learn how to:
1317

@@ -17,26 +21,22 @@ MCP is a protocol that enables secure connections between clients, such as Claud
1721

1822
## How MCP Works
1923

20-
MCP enables secure, controlled interactions between the Claude Desktop app and local services through a well-defined protocol:
24+
MCP is an open protocol that enables secure, controlled interactions between any compatible client application (like Claude Desktop, IDEs, or other AI tools) and local services:
2125

2226
```mermaid
2327
flowchart LR
2428
subgraph "Your Computer"
25-
CD[Claude Desktop]
29+
Client["MCP Client\n(e.g. Claude Desktop)"]
2630
MCP[MCP Server]
2731
DB[(SQLite DB)]
2832
29-
CD <-->|MCP Protocol| MCP
33+
Client <-->|MCP Protocol| MCP
3034
MCP <-->|Local Access| DB
3135
end
32-
33-
style CD fill:#e1e1e1
34-
style MCP fill:#d4e6ff
35-
style DB fill:#d4ffe1
3636
```
3737

3838
1. **MCP Servers**: Small programs that expose specific capabilities (like database access) through a standardized interface
39-
2. **Protocol**: A structured way for Claude Desktop to:
39+
2. **Protocol**: An open standard that allows any MCP client to:
4040
- Discover available capabilities
4141
- Request actions securely
4242
- Receive results and updates
@@ -288,8 +288,4 @@ Want to give Claude Desktop more local integration capabilities? Add these serve
288288
Share your MCP creations and connect with other developers.
289289
[Join us →](/community)
290290
</Card>
291-
</CardGroup>
292-
293-
<Note>
294-
Remember: MCP is in developer preview and currently only supports local servers. The examples and capabilities shown here are only available in the Claude Desktop app, not the Claude web interface.
295-
</Note>
291+
</CardGroup>

0 commit comments

Comments
 (0)