Financial-Modeling-Prep-MCP-Server vs filesystem
Side-by-side comparison to help you pick between these two MCP servers.
Financial-Modeling-Prep-MCP-Server by imbenrabi | filesystem by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 131 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | FinanceDeveloper ToolsAI / LLM Tools | File SystemDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
Financial-Modeling-Prep-MCP-Server · Summary
MCP server providing 250+ financial data tools for stocks, crypto, economics, and market analysis.
filesystem · Summary
A feature-rich MCP server for filesystem operations with dynamic directory access control.
Financial-Modeling-Prep-MCP-Server · Use cases
- Financial analysts researching stocks and market trends
- Investors tracking portfolio performance and company fundamentals
- AI assistants providing real-time financial information and analysis
- Economic researchers accessing macroeconomic indicators and market data
filesystem · Use cases
- Enable AI models to read and write project files during development
- Allow Claude or other MCP clients to browse and analyze codebases
- Provide secure sandboxed access to specific directories for content generation
Financial-Modeling-Prep-MCP-Server · Install
Installation
Hosted Instance (Fastest)
No installation required. Connect directly:
https://financial-modeling-prep-mcp-server-production.up.railway.app/mcpProvide your FMP_ACCESS_TOKEN in session configuration.
Self-Hosted (One-Liner)
npx financial-modeling-prep-mcp-server --fmp-token=YOUR_FMP_API_KEYClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"financial-modeling-prep": {
"command": "npx",
"args": ["financial-modeling-prep-mcp-server", "--fmp-token=YOUR_FMP_API_KEY"]
}
}
}filesystem · Install
Installation
Using NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}Using Docker
{
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
"mcp/filesystem",
"/projects"
]
}
}
}VS Code Extension
Click the installation buttons in the README to install directly in VS Code.