papers-mcp-server

duartium/papers-mcp-server

3.2

If you are the rightful owner of papers-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Papers MCP Server is a Python-based server designed to facilitate the use of the Model Context Protocol (MCP) for managing and interacting with language models.

Papers MCP Server

Requirements

  • Python 3.10+
  • Poetry

Setup

  1. Install dependencies

    poetry install
    
  2. Activate the virtual environment

    poetry shell
    

    Or manually:

    poetry env info --path
    # Then activate using the path shown
    # On Windows:
    # <path>\Scripts\activate
    # On Linux/Mac:
    # source <path>/bin/activate
    
  3. Run the MCP server

    python main.py
    
  4. Open the MCP Inspector From the project root, run:

    npx @modelcontextprotocol/inspector@latest python main.py
    

  • All logs are saved in the logs/ folder.
  • Tools are defined in main.py.