Skip to content
Cursor

FinStack MCP for Cursor

io.github.finstacklabs/finstack-mcp

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

client:Cursor transport:stdio runtime:pypi

Install FinStack MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FinStack MCP in other clients