File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ If your MCP client does not support SSE, for example Claude Desktop:
9797
98982 . 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
102102On Windows:
103103``` json
@@ -111,8 +111,17 @@ On Windows:
111111}
112112```
113113On 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
1171264 . Claude Desktop will discover all available tools and resources automatically
118127
You can’t perform that action at this time.
0 commit comments