File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,14 @@ npm install -g @anthropic-ai/claude-code
45
45
```
46
46
47
47
Use the following command to add the Polygon MCP server to your local environment.
48
+ This assumes ` uvx ` is in your $PATH; if not, then you need to provide the full
49
+ path to ` uvx ` .
48
50
49
51
``` bash
50
52
# Claude CLI
51
- claude mcp add polygon -e POLYGON_API_KEY=your_api_key_here -- uv run /path/to/mcp_polygon/entrypoint.py
53
+ claude mcp add polygon -e POLYGON_API_KEY=your_api_key_here -- uvx --from git+https://github.com/polygon-io/mcp_polygon@master mcp_polygon
52
54
```
55
+
53
56
This command will install the MCP server in your current project.
54
57
If you want to install it globally, you can run the command with ` -s <scope> ` flag.
55
58
See ` claude mcp add --help ` for more options.
You can’t perform that action at this time.
0 commit comments