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: examples/README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
```
7
7
This builds a standard input/output MCP server binary.
8
8
9
-
2. **Add or update this section in your**`~/.config/claude-desktop/config.toml`
9
+
2. **Add or update this section in your**`~/.config/claude-desktop/config.toml` (Linux) or `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS)
10
10
```json
11
11
{
12
12
"mcpServers": {
@@ -18,7 +18,10 @@
18
18
}
19
19
```
20
20
21
-
3. **Once Claude Desktop is running, try chatting:**
21
+
3. **Ensure that the MCP UI elements appear in Claude Desktop**
22
+
The MCP UI elements will only show up in Claude for Desktop if at least one server is properly configured.
23
+
24
+
4. **Once Claude Desktop is running, try chatting:**
0 commit comments