Skip to content
Cursor

aria mcp server for Cursor

io.github.pkotecha-eng/aria-mcp-server

Search 35M+ PubMed, 400K+ ClinicalTrials.gov & ISRCTN trials. Prompts included. No API key.

client:Cursor transport:stdio runtime:pypi

Install aria mcp server in Cursor

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

{
  "mcpServers": {
    "aria-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aria-mcp-server"
      ]
    }
  }
}

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

aria mcp server in other clients