Server Config
{
"mcpServers": {
"Google-Scholar": {
"command": "bash",
"args": [
"-c",
"source /home/YOUR/PATH/.venv/bin/activate && python /home/YOUR/PATH/Google-Scholar-mcp-server.py"
],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}