Skip to content
Cursor

finance mcp server for Cursor

io.github.thenextgennexus/finance-mcp-server

Get stock data, screen stocks, track crypto prices, and monitor exchange rates

client:Cursor transport:stdio runtime:npm

Install finance mcp server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "finance-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@thenextgennexus/finance-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

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

finance mcp server in other clients