Skip to content
VS Code

polygon for VS Code

com.mcparmory/polygon

Access stock, crypto, and ETF market data, analyst ratings, earnings, and financial news

client:VS Code transport:stdio runtime:pypi

Install polygon in VS Code

.vscode/mcp.json

{
  "servers": {
    "polygon": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-polygon"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

polygon in other clients