MCP server that gives any AI agent access to 200M+ peer-reviewed papers from PubMed, ArXiv, and Semantic Scholar. Free. No API key.
| Tool name | Description | Destructive? |
|---|---|---|
| search_research | ✓ no | |
| fetch_paper | ✓ no | |
| find_paper_by_title | ✓ no |
{
"mcpServers": {
"paperplain": {
"command": "npx",
"args": [
"-y",
"paperplain-mcp"
]
}
}
}