Back to MCP Servers
Polygon
An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex, options, and more.
finance-fintechgoapi
By polygon-io
Installation
npx -y mcp_polygonConfiguration
{
"mcpServers": {
"mcp_polygon": {
"command": "npx",
"args": ["-y", "mcp_polygon"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes