Financial-Modeling-Prep-MCP-Server
MCP server for Financial Modeling Prep API with 250+ financial data tools
The Financial Modeling Prep MCP Server is a robust implementation of the Model Context Protocol, specifically designed to facilitate the integration of AI assistants with comprehensive financial data. It allows users to retrieve and analyze a wide range of financial information, including stock prices, company fundamentals, and various market insights, thereby empowering AI-driven financial analysis and decision-making. With features such as dynamic toolset management and selective tool loading, the server is optimized for flexibility and efficiency. Users can easily configure the server to suit their specific needs, whether they are looking to perform simple queries or complex financial analyses. The server also supports various installation methods, making it accessible for different environments and use cases.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"financial-modeling-prep-mcp-server": {
"args": [
"-y",
"financial-modeling-prep-mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions