Odel
openpaper mcp

openpaper mcp

Local
@federicodeponte1PythonUpdated 1mo ago

Autonomous research engine: auto research from a prompt to a fully-cited academic paper via MCP

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).

PyPIopenpaper-mcpv0.1.3

Run

uvx openpaper-mcp

MCP client config

{
  "mcpServers": {
    "openpaper-mcp": {
      "command": "uvx",
      "args": [
        "openpaper-mcp"
      ]
    }
  }
}