Skip to content
Cursor

marketstack mcp for Cursor

io.github.mrfentmen/marketstack-mcp

Marketstack API: EOD prices, history, tickers, exchanges, dividends.

client:Cursor transport:stdio runtime:npm

Install marketstack mcp in Cursor

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

{
  "mcpServers": {
    "marketstack-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "marketstack-mcp"
      ]
    }
  }
}

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

marketstack mcp in other clients