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:
97
97
98
98
2 . Install [ mcp-proxy] ( https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#installing-via-pypi ) , for example: ` uv tool install mcp-proxy ` .
99
99
100
- 3 . In Claude Desktop MCP config file:
100
+ 3 . Add in Claude Desktop MCP config file ( ` claude_desktop_config.json ` ) :
101
101
102
102
On Windows:
103
103
``` json
@@ -111,8 +111,17 @@ On Windows:
111
111
}
112
112
```
113
113
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 ` .
116
125
117
126
4 . Claude Desktop will discover all available tools and resources automatically
118
127
You can’t perform that action at this time.
0 commit comments