Skip to content
Cursor

europepmc mcp for Cursor

io.github.mrfentmen/europepmc-mcp

Search Europe PMC life science literature including preprints. No key required.

client:Cursor transport:stdio runtime:npm

Install europepmc mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "europepmc-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "europepmc-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

europepmc mcp in other clients