Skip to content

Commit f0df15b

Browse files
committed
a couple of updates to readme, for clarity
1 parent 238fa9b commit f0df15b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ This server exposes all Polygon.io API endpoints as MCP tools, providing access
3838
- For existing installs, check that you have a version that supports the `uvx` command.
3939

4040
### 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+
```
4146

4247
Use the following command to add the Polygon MCP server to your local environment.
4348

@@ -49,6 +54,9 @@ This command will install the MCP server in your current project.
4954
If you want to install it globally, you can run the command with `-s <scope>` flag.
5055
See `claude mcp add --help` for more options.
5156

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+
5260
You can also run `claude mcp add-from-claude-desktop` if the MCP server is installed already for Claude Desktop.
5361

5462
### Claude Desktop

0 commit comments

Comments
 (0)