Skip to main content
Glama
sjgod1427

PaperPilot

by sjgod1427

PaperPilot

An MCP server that turns a research folder — code, data, figures, notes — into a compiled, submission-ready academic paper. Runs entirely on your machine; nothing is ever uploaded.

Website: sjgod1427.github.io/PaperPilot Download: Latest release

What it does

Point PaperPilot at a research folder and it runs a five-stage pipeline:

  1. Screening — checks the research for issues that would sink a submission (test-set leakage, statistical-validity problems, illegible figures, cross-file numeric mismatches) before writing a word.

  2. Venue resolution — figures out the target venue's real formatting rules and page limits, or helps you pick one.

  3. Structure & drafting — writes the paper into a real LaTeX template, filling every page it's allowed to.

  4. Humanization — rewrites the draft for plain, direct academic prose.

  5. Final QA — checks the compiled paper against the source material for hallucinated claims before calling it done.

Related MCP server: Scientific Paper Reading Assistant

Using it

Download PaperPilot.exe from the latest release and run it — see INSTALL.md for the full setup for Claude Desktop, claude.ai, or Claude Code. The website walks through the same steps interactively, including a live connection checker.

Repository layout

  • src/paper_writing_pipeline/ — the MCP server (Python, uv-managed).

  • website/ — the marketing/distribution site (Next.js, static export, deployed to GitHub Pages via .github/workflows/deploy-website.yml).

  • tests/ — Python test suite (uv run pytest).

Development

Python side:

uv sync
uv run pytest -q

Website:

cd website
npm install
npm run dev
F
license - not found
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    C
    quality
    B
    maintenance
    Enables academic literature management through PDF import, hybrid search, knowledge graph construction, and automated literature review generation. Combines full-text search with semantic vector search for comprehensive paper analysis.
    Last updated
    55
  • F
    license
    -
    quality
    D
    maintenance
    Enables local analysis of scientific papers including PDF parsing, mathematical formula extraction with AST generation, PyTorch code generation from methodology, and automated Markdown report generation with visualizations.
    Last updated
    14
  • A
    license
    A
    quality
    -
    maintenance
    A local academic tool that enables searching across nine academic sources, downloading PDFs, and performing AI-powered analysis of research papers. It also supports generating citation networks and recommending papers based on local workspace code.
    Last updated
    7
    66
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    A local academic research assistant that indexes PDFs into a searchable vector library and exposes MCP tools for semantic search, claim extraction, contradiction detection, and multi-step research synthesis.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.

  • Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews.

  • Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sjgod1427/PaperPilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server