fmp for Cursor
io.github.houtini-ai/fmp
Access financial data and market information via Financial Modeling Prep API
client:Cursor
transport:stdio
runtime:npm
Install fmp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fmp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houtini/fmp-mcp"
],
"env": {
"FMP_API_KEY": "<FMP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs