finance-trading-ai-agents-mcp vs filesystem
Side-by-side comparison to help you pick between these two MCP servers.
finance-trading-ai-agents-mcp by aitrados | filesystem by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 63 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | File SystemDeveloper ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 6 mo ago | this month |
finance-trading-ai-agents-mcp · Summary
Professional MCP server for financial analysis and trading with real-time data, AI integration, and broker connectivity.
filesystem · Summary
A feature-rich MCP server for filesystem operations with dynamic directory access control.
finance-trading-ai-agents-mcp · Use cases
- AI-powered financial analysis assistants with real-time market data
- Algorithmic trading systems with LLM decision support
- Portfolio monitoring and risk management with real-time alerts
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
finance-trading-ai-agents-mcp · Install
# Install from PyPI (recommended)
pip install finance-trading-ai-agents-mcp
# Run the server
finance-trading-ai-agents-mcp
# or specify .env file
finance-trading-ai-agents-mcp --env-file .envFor Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"finance-trading": {
"command": "python",
"args": ["-m", "finance_trading_ai_agents_mcp"]
}
}
}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.