Financial Modeling Prep MCP Server
Rank #5,606io.github.imbenrabi/financial-modeling-prep-mcp-server
MCP server for Financial Modeling Prep API with 250+ financial data tools
Financial Modeling Prep MCP Server is a Model Context Protocol (MCP) server published by imbenrabi. It ranks #5,606 of 115,460 servers tracked on MCP Toplist, and its repository has 142 GitHub stars. Financial Modeling Prep MCP Server is listed across 5 registries — Official MCP, mcp.so, Smithery, Glama and PulseMCP, with 15 tracked versions. It was first listed on May 24, 2025 and most recently updated on Jun 26, 2026.
Ranks ahead of 109,854 of 115,460 servers on MCP Toplist.
Use Financial Modeling Prep MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add financial-modeling-prep-mcp-server -e "FMP_ACCESS_TOKEN=<your FMP_ACCESS_TOKEN>" -e "PORT=<your PORT>" -e "DYNAMIC_TOOL_DISCOVERY=<your DYNAMIC_TOOL_DISCOVERY>" -e "FMP_TOOL_SETS=<your FMP_TOOL_SETS>" -- npx -y financial-modeling-prep-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.financial-modeling-prep-mcp-server]
command = "npx"
args = ["-y", "financial-modeling-prep-mcp-server"]
[mcp_servers.financial-modeling-prep-mcp-server.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"financial-modeling-prep-mcp-server": {
"command": "npx",
"args": [
"-y",
"financial-modeling-prep-mcp-server"
],
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"financial-modeling-prep-mcp-server": {
"command": "npx",
"args": [
"-y",
"financial-modeling-prep-mcp-server"
],
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"financial-modeling-prep-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"financial-modeling-prep-mcp-server"
],
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"financial-modeling-prep-mcp-server": {
"command": "npx",
"args": [
"-y",
"financial-modeling-prep-mcp-server"
],
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"financial-modeling-prep-mcp-server": {
"command": "npx",
"args": [
"-y",
"financial-modeling-prep-mcp-server"
],
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.imbenrabi%2Ffinancial-modeling-prep-mcp-server)<a href="https://mcptoplist.com/server/io.github.imbenrabi%2Ffinancial-modeling-prep-mcp-server"><img src="https://mcptoplist.com/badge/io.github.imbenrabi%2Ffinancial-modeling-prep-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (4 delisted)
imbenrabi
Available versions (15)
| Version | Published |
|---|---|
| 2.6.11 | Jun 26, 2026 |
| 2.6.10 | May 2, 2026 |
| 2.6.9 | Apr 24, 2026 |
| 2.6.8 | Feb 3, 2026 |
| 2.6.7 | Feb 2, 2026 |
| 2.6.6 | Feb 1, 2026 |
| 2.6.5 | Feb 1, 2026 |
| 2.6.4 | Jan 31, 2026 |
| 2.6.3 | Jan 29, 2026 |
| 2.6.2 | Jan 15, 2026 |
| 2.6.1 | Jan 15, 2026 |
| 2.5.3 | Dec 6, 2025 |
| 2.5.1 | Sep 11, 2025 |
| 2.4.0 | Sep 11, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Financial Modeling Prep MCP Server?
- Financial Modeling Prep MCP Server is maintained by imbenrabi, which publishes 5 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Financial Modeling Prep MCP Server listed on the Official MCP Registry?
- Yes — Financial Modeling Prep MCP Server is listed on the Official MCP Registry, alongside mcp.so, Smithery, Glama and PulseMCP.
- How many versions does Financial Modeling Prep MCP Server have?
- MCP Toplist tracks 15 versions of Financial Modeling Prep MCP Server, most recently published on Jun 26, 2026.
- Where can I find the source code for Financial Modeling Prep MCP Server?
- The source code for Financial Modeling Prep MCP Server is hosted at github.com/imbenrabi/financial-modeling-prep-mcp-server.