OPEN SOURCE • APACHE-2.0 • MCP

OpenEvidence MCP

Unofficial MCP bridge for OpenEvidence with browser-session authentication.
Built for humans and autonomous AI agents.

Overview

OpenEvidence MCP is an unofficial Model Context Protocol server that connects OpenEvidence via your own browser session. It supports local auth status checks, history retrieval, article fetch by ID, and question execution with completion polling. It is not affiliated with OpenEvidence, does not provide medical advice, and does not bypass access controls.

Availability Note

OpenEvidence availability may depend on region, account eligibility, and OpenEvidence policy. Public materials in May 2026 indicate verified U.S. HCP/NPI-centered access and EU/U.K. unavailability. This project does not bypass regional, account, or policy restrictions.

What Is OpenEvidence?

OpenEvidence is a medical research product. This repository provides an unofficial MCP bridge for users who already have their own OpenEvidence account.

Tool Surface

oe_auth_status
Validate account session through /api/auth/me.
oe_history_list
Read previous conversations through /api/article/list.
oe_article_get
Fetch full article payload by article ID.
oe_ask
Create a new question and optionally wait for completion.

Tested / Target MCP Clients

OpenAI Codex / Codex CLITarget
Claude CodeTarget
Claude Desktop / Claude appTarget
CursorCompatible
ClineCompatible
ContinueCompatible
VS Code / GitHub Copilot MCP environmentsExperimental
Windsurf / Zed / Replit / Gemini-style hostsExperimental

Maintained examples focus on Codex and Claude-style local MCP configuration. Other MCP-compatible hosts may work when they support local stdio server command/args.

Common Workflows

Install Targets & MCP Clients

SEO / GEO / Parser Readiness

Example Workflows

Research Follow-up
Ask OpenEvidence a research question, get source-backed answers with citations, then follow up in the same thread from your MCP client.
Treatment Comparison
Query two treatment approaches side by side. The MCP server preserves conversation context so follow-up questions refine the answer.
Journal Club Prep
Pull recent articles on a topic via oe_history_list and oe_article_get. Feed them into your AI workflow for summary and discussion points.
Team Knowledge Base
Multiple users can run their own local sessions. Each authenticates with their own OpenEvidence account - no shared credentials needed.