← Index

Financial Modeling Prep MCP Server

io.github.imbenrabi/financial-modeling-prep-mcp-server·v2.6.9·Other
Quality Score
95
/100

MCP server for Financial Modeling Prep API with 250+ financial data tools

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "financial-modeling-prep-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "financial-modeling-prep-mcp-server"
      ],
      "env": {
        "FMP_ACCESS_TOKEN": "<your-fmp_access_token>",
        "PORT": "<port>",
        "DYNAMIC_TOOL_DISCOVERY": "<dynamic_tool_discovery>",
        "FMP_TOOL_SETS": "<fmp_tool_sets>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "financial-modeling-prep-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "financial-modeling-prep-mcp-server"
      ],
      "env": {
        "FMP_ACCESS_TOKEN": "<your-fmp_access_token>",
        "PORT": "<port>",
        "DYNAMIC_TOOL_DISCOVERY": "<dynamic_tool_discovery>",
        "FMP_TOOL_SETS": "<fmp_tool_sets>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y financial-modeling-prep-mcp-server
§02  Environment variables
FMP_ACCESS_TOKEN
secret

Financial Modeling Prep API access token

PORT

Port number for HTTP server mode

DYNAMIC_TOOL_DISCOVERY

Enable dynamic tool discovery mode

FMP_TOOL_SETS

Comma-separated list of tool sets to load

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other