Skip to content
Cursor

fmp mcp for Cursor

io.github.mrfentmen/fmp-mcp

MCP server for Financial Modeling Prep: quotes, profiles, financials. Free key.

client:Cursor transport:stdio runtime:npm

Install fmp mcp in Cursor

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

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

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

fmp mcp in other clients