PluginBench
MCP Server

Financial Modeling Prep MCP Server MCP Server

io.github.imbenrabi/financial-modeling-prep-mcp-server

What is the Financial Modeling Prep MCP Server MCP server?

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

How to install Financial Modeling Prep MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "financial-modeling-prep-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "financial-modeling-prep-mcp-server",
        "--fmp-token",
        "--port",
        "--dynamic-tool-discovery",
        "--fmp-tool-sets"
      ],
      "env": {
        "FMP_ACCESS_TOKEN": "<YOUR_FMP_ACCESS_TOKEN>",
        "PORT": "<YOUR_PORT>",
        "DYNAMIC_TOOL_DISCOVERY": "<YOUR_DYNAMIC_TOOL_DISCOVERY>",
        "FMP_TOOL_SETS": "<YOUR_FMP_TOOL_SETS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "financial-modeling-prep-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "financial-modeling-prep-mcp-server",
        "--fmp-token",
        "--port",
        "--dynamic-tool-discovery",
        "--fmp-tool-sets"
      ],
      "env": {
        "FMP_ACCESS_TOKEN": "<YOUR_FMP_ACCESS_TOKEN>",
        "PORT": "<YOUR_PORT>",
        "DYNAMIC_TOOL_DISCOVERY": "<YOUR_DYNAMIC_TOOL_DISCOVERY>",
        "FMP_TOOL_SETS": "<YOUR_FMP_TOOL_SETS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "financial-modeling-prep-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "financial-modeling-prep-mcp-server",
        "--fmp-token",
        "--port",
        "--dynamic-tool-discovery",
        "--fmp-tool-sets"
      ],
      "env": {
        "FMP_ACCESS_TOKEN": "<YOUR_FMP_ACCESS_TOKEN>",
        "PORT": "<YOUR_PORT>",
        "DYNAMIC_TOOL_DISCOVERY": "<YOUR_DYNAMIC_TOOL_DISCOVERY>",
        "FMP_TOOL_SETS": "<YOUR_FMP_TOOL_SETS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "financial-modeling-prep-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "financial-modeling-prep-mcp-server",
        "--fmp-token",
        "--port",
        "--dynamic-tool-discovery",
        "--fmp-tool-sets"
      ],
      "env": {
        "FMP_ACCESS_TOKEN": "<YOUR_FMP_ACCESS_TOKEN>",
        "PORT": "<YOUR_PORT>",
        "DYNAMIC_TOOL_DISCOVERY": "<YOUR_DYNAMIC_TOOL_DISCOVERY>",
        "FMP_TOOL_SETS": "<YOUR_FMP_TOOL_SETS>"
      }
    }
  }
}
Claude Code
claude mcp add financial-modeling-prep-mcp-server --env FMP_ACCESS_TOKEN=<YOUR_FMP_ACCESS_TOKEN> --env PORT=<YOUR_PORT> --env DYNAMIC_TOOL_DISCOVERY=<YOUR_DYNAMIC_TOOL_DISCOVERY> --env FMP_TOOL_SETS=<YOUR_FMP_TOOL_SETS> -- npx -y financial-modeling-prep-mcp-server --fmp-token --port --dynamic-tool-discovery --fmp-tool-sets

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →