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
-
Install dependencies
poetry install
-
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
-
Run the MCP server
python main.py
-
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
.