Financial Modeling Prep MCP Server for Cursor
io.github.imbenrabi/financial-modeling-prep-mcp-server
MCP server for Financial Modeling Prep API with 250+ financial data tools
client:Cursor
transport:stdio
runtime:npm
Install Financial Modeling Prep MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"financial-modeling-prep-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"financial-modeling-prep-mcp-server"
],
"env": {
"FMP_ACCESS_TOKEN": "<FMP_ACCESS_TOKEN>",
"PORT": "<PORT>",
"DYNAMIC_TOOL_DISCOVERY": "<DYNAMIC_TOOL_DISCOVERY>",
"FMP_TOOL_SETS": "<FMP_TOOL_SETS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs