A comprehensive MCP server that enables Claude Desktop to interact with Fyers trading platform through a secure, automated authentication flow. Supports all major trading operations including portfolio management, order placement, and real-time market data.
Server Config
{
"mcpServers": {
"fyers-mcp-server": {
"command": "uv",
"args": [
"run",
"--directory",
"<path to the repo>/fyers-mcp-server",
"python",
"fyers_mcp_complete.py"
],
"env": {
"PATH": "<path to any uv path, this is optional>",
"PYTHONWARNINGS": "ignore"
}
}
}
}