Skip to content
VS Code

FinStack MCP for VS Code

io.github.finstacklabs/finstack-mcp

India-first MCP server for NSE/BSE, fundamentals, analytics, and market research workflows.

client:VS Code transport:stdio runtime:pypi

Install FinStack MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "finstack-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "finstack-mcp"
      ]
    }
  }
}

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

FinStack MCP in other clients