Odel
search papers

search papers

Local
@saidiibrahimTypeScriptUpdated 11mo ago

An MCP server to search papers from arXiv

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsearch-papersv0.1.1

Run

npx -y search-papers

MCP client config

{
  "mcpServers": {
    "search-papers": {
      "command": "npx",
      "args": [
        "-y",
        "search-papers"
      ]
    }
  }
}