What is the OpenResearch MCP MCP server?
Zero-auth research MCP server — web, GitHub, HN, Stack Overflow, OpenAlex, YouTube. No keys needed.
How to install OpenResearch MCP
Copy-paste configuration for popular MCP clients.
GITHUB_TOKENsecretGitHub token — increases rate limit from 60 to 5,000 req/hr
OPENALEX_EMAILYour email for the OpenAlex polite pool (higher rate limits)
STACKEXCHANGE_KEYsecretStack Exchange API key for higher daily quota on Stack Overflow searches
{
"mcpServers": {
"openresearch-mcp": {
"command": "uvx",
"args": [
"openresearch-mcp"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"OPENALEX_EMAIL": "<YOUR_OPENALEX_EMAIL>",
"STACKEXCHANGE_KEY": "<YOUR_STACKEXCHANGE_KEY>"
}
}
}
}{
"mcpServers": {
"openresearch-mcp": {
"command": "uvx",
"args": [
"openresearch-mcp"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"OPENALEX_EMAIL": "<YOUR_OPENALEX_EMAIL>",
"STACKEXCHANGE_KEY": "<YOUR_STACKEXCHANGE_KEY>"
}
}
}
}{
"mcpServers": {
"openresearch-mcp": {
"command": "uvx",
"args": [
"openresearch-mcp"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"OPENALEX_EMAIL": "<YOUR_OPENALEX_EMAIL>",
"STACKEXCHANGE_KEY": "<YOUR_STACKEXCHANGE_KEY>"
}
}
}
}{
"servers": {
"openresearch-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"openresearch-mcp"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"OPENALEX_EMAIL": "<YOUR_OPENALEX_EMAIL>",
"STACKEXCHANGE_KEY": "<YOUR_STACKEXCHANGE_KEY>"
}
}
}
}claude mcp add openresearch-mcp --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> --env OPENALEX_EMAIL=<YOUR_OPENALEX_EMAIL> --env STACKEXCHANGE_KEY=<YOUR_STACKEXCHANGE_KEY> -- uvx openresearch-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.