Home › Other › openevidence-mcp

openevidence-mcp

Unofficial MCP server connecting OpenEvidence to AI agents via authenticated browser sessions

TypeScript
★ 41 stars Last pushed 2026-07-17 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "openevidence-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • YOUR_API_KEY required secret — Your API key for the service

Related servers

Data from the Official MCP Registry