mcpbeat Sign in

Fmp MCP Server

local only

Fmp MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

MCP server for Financial Modeling Prep: quotes, profiles, financials. Free key.

Installs / week
npm · fmp-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Fmp MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fmp-mcp -- npx -y fmp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fmp-mcp": {
      "args": [
        "-y",
        "fmp-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fmp-mcp]
command = "npx"
args = ["-y", "fmp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fmp-mcp": {
      "args": [
        "-y",
        "fmp-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fmp-mcp": {
      "args": [
        "-y",
        "fmp-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Fmp MCP

same job, measured the same way
Financial Modeling Prep MCP Server
by imbenrabi

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

235 installs/wk local only
Financial Modeling Prep (fmpsdk)
by daxm

Financial Modeling Prep API as MCP tools — quotes, statements, prices, and ~240 endpoints.

182 installs/wk local only
Xero
by mindstone

Xero MCP server for invoices, contacts, payments, quotes, and financial reports.

59 installs/wk local only
MCP Omie
by codespar

MCP server for Omie — ERP, customers, products, orders, invoices, financials

26 installs/wk local only
Nonprofit Explorer MCP Server
by cyanheads

MCP server for nonprofit financials via ProPublica — IRS Form 990 data for 1.8M+ nonprofits.

218 installs/wk 3 tools answering
Fmp
by pipeworx-io

Financial Modeling Prep MCP (/stable API; v3 deprecated 2025-08-31).

55 tools answering
Finance
by cybeleri

Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis

31 installs/wk local only
Zenmoney MCP
by a-tarasoff

MCP server for ZenMoney personal finance app

96 installs/wk local only

Fmp MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fmp MCP?
Fmp MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package fmp-mcp.
How do I connect Fmp MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fmp-mcp straight from npm; nothing to host, nothing to sign up for.
Is Fmp MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.