Stats
Actions
Tags
From autoresearch
Custom MCP server that runs a local Node.js process for automated research. Likely performs web searches and data extraction.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"autoresearch": {
"command": "node",
"args": [
"./servers/autoresearch/dist/index.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
First indexed Jul 13, 2026
First indexed Jul 13, 2026
npx claudepluginhub ozeron/autoresearch