Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ai-scientist": {
"command": "python",
"args": [
"-u",
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/ai-scientist/server.py"
],
"env": {
"PYTHONUTF8": "1",
"OMP_NUM_THREADS": "1",
"PYTHONIOENCODING": "utf-8",
"PYTHONUNBUFFERED": "1",
"PYTHONFAULTHANDLER": "1"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
PYTHONUTF8=1OMP_NUM_THREADS=1PYTHONIOENCODING=utf-8PYTHONUNBUFFERED=1PYTHONFAULTHANDLER=1Declared capabilities of this MCP server
npx claudepluginhub ldm2060/research_copilot --plugin research-copilot