Odel
Financial Modeling Prep MCP Server

Financial Modeling Prep MCP Server

Local
@imbenrabi143TypeScriptApache-2.0Updated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfinancial-modeling-prep-mcp-serverv2.6.12

Run

npx -y financial-modeling-prep-mcp-server

MCP client config

{
  "mcpServers": {
    "financial-modeling-prep-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "financial-modeling-prep-mcp-server"
      ]
    }
  }
}