Skip to content
@ai4paper

ai4paper

AI4Paper — Tools for AI-Assisted Academic Paper Writing

Vision

AI4Paper builds open-source tools and practical guidance that help researchers move from a topic to a finished paper with AI assistance — from literature search and experiments to drafting, figures, submission, and revision.


Repositories

Together, these repositories provide tools and guidance for the full research-paper lifecycle.

flowchart LR
    subgraph Research [Research Layer]
        MCP[apaper-mcp<br/>MCP server]
    end

    subgraph Authoring [Authoring Layer]
        PLUGIN[apaper-plugin<br/>AI coding agent toolkit]
    end

    subgraph Guidance [Lifecycle Guide]
        BOOK[book<br/>Practical guide]
    end

    MCP --> PLUGIN
    PLUGIN -->|skills| Author((Author))
    BOOK -->|guides| Author
    BOOK -.-> MCP
    BOOK -.-> PLUGIN
Loading
Repository Stack What it does
apaper-mcp Bun · TypeScript MCP server for paper research — searches IACR, DBLP, and Google Scholar; collects BibTeX entries; downloads IACR PDFs. Published as @ai4paper/apaper-mcp.
apaper-plugin Claude Code · Codex · OpenCode An academic paper-authoring toolkit for AI coding agents. It bundles writing and creating-figures skills with the apaper-mcp server for literature research, IEEE-style prose, and publication-quality figures.
book Typst A practical guide to using AI4Paper throughout the full AI/ML paper lifecycle: foundations, setup, problem selection, experiments, data and figures, writing, submission, revision, and post-acceptance work.

How they compose

  • Claude Code: add the marketplace with /plugin marketplace add ai4paper/apaper-plugin, then run /plugin install apaper-plugin@apaper. The plugin registers both skills and apaper-mcp automatically.
  • OpenCode: install the toolkit through its OCX registry with ocx registry add https://ai4paper.github.io/apaper-plugin --name apaper, then ocx add apaper/apaper.
  • Codex: install the skills with npx skills add ai4paper/apaper-plugin -a codex, then register the MCP server with codex mcp add apaper-mcp -- npx -y @ai4paper/apaper-mcp.
  • Across the paper lifecycle: follow the book for practical guidance from setting up a project and finding a research problem through experiments, writing, submission, revision, and post-acceptance work.
  • Bring-your-own client: point any MCP-compatible client at apaper-mcp directly for just the research tools.

Contributing

We welcome contributions across all repos. Open an issue or PR on the relevant repository.

License

See LICENSE for details.

Popular repositories Loading

  1. apaper-mcp apaper-mcp Public

    Academic paper research MCP server built with Bun and TypeScript.

    Python 2 1

  2. apaper-plugin apaper-plugin Public

    Claude Code plugin for academic paper authoring: bundles writing/figure/PDF skills with the apaper-mcp server.

    Typst 2

  3. .github .github Public

  4. ipaper ipaper Public archive

    TypeScript 1

  5. book book Public

    A practical guide to writing AI/ML research papers (Typst).

    Typst

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…