4 months ago
Open-source MCP server that connects OpenEvidence clinical evidence workflows to AI clients using browser-session auth (Playwright), no API key required.
Overview
OpenEvidence MCP
OpenEvidence MCP is an unofficial Model Context Protocol server that bridges OpenEvidence to MCP clients such as Codex CLI, Claude Desktop/Code, Cursor, Cline, and Continue.
Why it exists
OpenEvidence has no public API token flow for third-party MCP integrations. This server uses your own browser session (Playwright storage state) so you can run clinical evidence workflows from your AI client.
Tools
oe_auth_status— validate account session (/api/auth/me)oe_history_list— list conversation history (/api/article/list)oe_article_get— fetch full article payload by IDoe_ask— ask a question and optionally wait for completion
Platform support
- macOS
- Windows
- Linux
Repository: https://github.com/bakhtiersizhaev/openevidence-mcp Docs: https://bakhtiersizhaev.github.io/openevidence-mcp/ License: Apache-2.0
Server Config
{
"mcpServers": {
"openevidence": {
"command": "npx",
"args": [
"-y",
"openevidence-mcp"
]
}
}
}