mcpbeat Sign in

OpenResearch MCP Server

by olanokhin Your server? Claim it
local only

OpenResearch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 223 installs a week from pypi. Last commit 9 Jul 2026.

Zero-auth research MCP: web, academic, finance, news, weather, macro, social, SEC. No keys.

Installs per day peak 81 · avg 29 · +14% w/w
a month agotoday
223
Installs / week
pypi · openresearch-mcp
10
Stars
0 open issues
9 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check OpenResearch MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openresearch-mcp -- uvx openresearch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openresearch-mcp": {
      "args": [
        "openresearch-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openresearch-mcp]
command = "uvx"
args = ["openresearch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openresearch-mcp": {
      "args": [
        "openresearch-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openresearch-mcp": {
      "args": [
        "openresearch-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub token — increases rate limit from 60 to 5,000 req/hr), OPENALEX_EMAIL (Your email for the OpenAlex polite pool (higher rate limits)), STACKEXCHANGE_KEY (Stack Exchange API key for higher daily quota on Stack Overflow searches), SEC_USER_AGENT (Your contact email/string for SEC EDGAR fair-access; a default is used otherwise). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OpenResearch MCP

same job, measured the same way
Unquant
by unquant

Financial data MCP for market, company, news, macro, and US Congress research.

28 tools answering
Nordic Financial MCP
by aidatanordic

Semantic search over Nordic filings, press releases, macro data and electricity prices.

7 tools answering
AIsa
by aisa

Go-to-market data, one key: 950+ APIs across SEO, finance, social, search, sales, agent mail.

answering
AlphAI
by makeev

Financial news for AI agents: search, trending, insider, earnings reads, macro, scored 1-10.

answering
Headless Tracker
by tamaspetki

Read-only MCP server: your AI sees your crypto portfolio, never your keys. Not financial advice.

66 installs/wk local only
finlight Financial News
by finlight

Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.

51 installs/wk answering
Crawlora MCP
by crawlora

Hosted MCP: 1873 structured web-data tools for search, maps, commerce, social, gaming & finance.

answering
Horizon Insights MCP
by shentao12022-cmyk

Market data, financial statements, valuation, research, and news for investment workflows.

answering

OpenResearch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenResearch MCP?
OpenResearch MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package openresearch-mcp was installed 223 times last week.
How do I connect OpenResearch MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openresearch-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use OpenResearch MCP?
The pypi package openresearch-mcp was installed 223 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpenResearch MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.