File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ This server exposes all Polygon.io API endpoints as MCP tools, providing access
38
38
- For existing installs, check that you have a version that supports the ` uvx ` command.
39
39
40
40
### Claude Code
41
+ First, install [ Claude Code] ( https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview )
42
+
43
+ ``` bash
44
+ npm install -g @anthropic-ai/claude-code
45
+ ```
41
46
42
47
Use the following command to add the Polygon MCP server to your local environment.
43
48
@@ -49,6 +54,9 @@ This command will install the MCP server in your current project.
49
54
If you want to install it globally, you can run the command with ` -s <scope> ` flag.
50
55
See ` claude mcp add --help ` for more options.
51
56
57
+ To start Claude Code, run ` claude ` in your terminal.
58
+ - If this is your first time using, follow the setup prompts to authenticate
59
+
52
60
You can also run ` claude mcp add-from-claude-desktop ` if the MCP server is installed already for Claude Desktop.
53
61
54
62
### Claude Desktop
You can’t perform that action at this time.
0 commit comments