Skip to content

A MCP server that enables searching papers, extracting metadata, and managing research paper collections through standardized MCP tools.

Notifications You must be signed in to change notification settings

duartium/papers-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A MCP server that enables searching papers, extracting metadata, and managing research paper collections through standardized MCP tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages