maverick-mcp
MaverickMCP is a personal-use FastMCP 2.0 server that provides professional-grade financial data analysis and portfolio optimization tools.
MaverickMCP offers comprehensive stock analysis capabilities directly within your Claude Desktop interface, making it ideal for individual traders and investors. It comes pre-seeded with all 520 S&P 500 stocks and provides advanced screening recommendations across multiple strategies. The server runs locally with HTTP/SSE/STDIO transport options for seamless integration with Claude Desktop and other MCP clients.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"maverick-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-maverick-mcp"
]
}
}
}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