Stock Market MCP
FinanceMCP server for real-time stock market data access via AI assistants.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"stock-market-mcp": {
"command": "npx",
"args": [
"-y",
"stock-market-server"
]
}
}
}