Skip to content

Commit b07a4df

Browse files
author
shiraayal-tadata
committed
small change
1 parent e8f8588 commit b07a4df

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If your MCP client does not support SSE, for example Claude Desktop:
9797

9898
2. Install [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#installing-via-pypi), for example: `uv tool install mcp-proxy`.
9999

100-
3. In Claude Desktop MCP config file:
100+
3. Add in Claude Desktop MCP config file (`claude_desktop_config.json`):
101101

102102
On Windows:
103103
```json
@@ -111,8 +111,17 @@ On Windows:
111111
}
112112
```
113113
On MacOS:
114-
115-
You might need to provide the full path to the mcp-proxy executable under "command", find it by running `which mcp-proxy`.
114+
```json
115+
{
116+
"mcpServers": {
117+
"my-api-mcp-proxy": {
118+
"command": "/Full/Path/To/Your/Executable/mcp-proxy",
119+
"args": ["http://127.0.0.1:8000/mcp"]
120+
}
121+
}
122+
}
123+
```
124+
Find the path to mcp-proxy by running in Terminal: `which mcp-proxy`.
116125

117126
4. Claude Desktop will discover all available tools and resources automatically
118127

0 commit comments

Comments
 (0)