TLDR: Paper2Agent is an automated framework that converts research papers into interactive AI agents. It analyzes papers and their codebases to build a Model Context Protocol (MCP) server, which can then be queried using natural language. This system makes complex scientific methods more accessible, reproducible, and accelerates their application by automating environment setup, tool extraction, and testing. Case studies with AlphaGenome, TISSUE, and Scanpy demonstrate its effectiveness in genomics and single-cell analysis.
Research papers are the cornerstone of scientific communication, yet they often present a significant hurdle for researchers looking to apply new methods or reproduce results. The journey from reading a paper to actually implementing its computational methods can be arduous, involving locating code, installing dependencies, and understanding complex APIs. This often creates a barrier to the widespread adoption and reuse of valuable scientific discoveries.
Introducing Paper2Agent: Research Papers as Interactive AI Agents
A groundbreaking new framework called Paper2Agent aims to transform this landscape by converting static research papers into dynamic, interactive AI agents. Developed by a team from Stanford University, Paper2Agent reimagines research output not as passive documents, but as active systems that can accelerate downstream use, adoption, and discovery. You can read the full paper here: Paper2Agent: Reimagining Research Papers As Interactive and Reliable AI Agents.
At its core, Paper2Agent systematically analyzes a research paper and its associated codebase using multiple specialized AI agents. This process culminates in the construction of a Model Context Protocol (MCP) server. This server then undergoes iterative testing and refinement to ensure its robustness and reliability. Once established, these paper-specific MCPs can be seamlessly connected to a chat agent, such as Claude Code, allowing users to interact with the paper’s methods and workflows through natural language queries.
How Paper2Agent Works
The framework operates through a multi-agent AI system, coordinating several specialized sub-agents:
- Environment-manager: Sets up clean, reproducible software environments for the research code.
- Tutorial-scanner: Identifies and organizes educational resources and tutorials within the codebase.
- Tutorial-tool-extractor-implementor: Converts tutorial logic into reusable, single-purpose functions, which become the ‘tools’ of the agent.
- Test-verifier-improver: Creates, runs, and refines tests to ensure the implemented tools accurately reproduce the paper’s results.
The resulting MCP server is comprised of three key components:
- MCP Tools: These are executable functions that encapsulate the paper’s methodological contributions. For example, a tool might take a genetic variant as input and predict its effects.
- MCP Resources: A repository of static assets, including the manuscript text, codebase, datasets, tables, and figures, all stored in accessible formats.
- MCP Prompts: Concise instructions that guide AI agents through complex, multi-step scientific workflows derived from the paper.
This modular design allows the paper MCP servers to be hosted remotely, eliminating local dependency issues and enabling secure, scalable integration with various AI agents.
Real-World Applications: Case Studies
Paper2Agent has been demonstrated through several in-depth case studies, showcasing its versatility across different scientific domains:
- AlphaGenome Agent: This agent interprets genomic variants, predicting the impact of single-nucleotide mutations on regulatory processes. It achieved 100% accuracy in reproducing original tutorial examples and handling novel queries, demonstrating its reliability in genomic data interpretation.
- TISSUE Agent: For uncertainty-aware single-cell spatial transcriptomics analysis, the TISSUE agent provides interactive Q&A support, guiding researchers on method usage and input requirements. It successfully reproduced results obtained by human experts, streamlining complex analysis workflows.
- Scanpy Agent: Focusing on single-cell data preprocessing and clustering, the Scanpy agent generates tools for specific features and uses MCP prompts to encode end-to-end workflows. It consistently produced outputs matching those of human researchers, making advanced single-cell analysis more accessible.
Also Read:
- Making Sense of AI Actions: TalkToAgent’s Approach to Explaining Reinforcement Learning
- Structuring Intelligence: Language Models Crafting Hierarchical Learning Environments for AI Agents
A New Paradigm for Scientific Communication
Paper2Agent represents a significant step towards a future where scientific knowledge is embodied in active, interactive agents rather than static artifacts. This framework not only lowers barriers to method adoption and democratizes access to advanced techniques but also enhances reproducibility and accelerates the translation of research into practice. The ease with which a paper can be transformed into an agent could even become a practical measure of its reproducibility and rigor, encouraging authors to structure their work in ways conducive to agentification. Ultimately, Paper2Agent paves the way for a collaborative ecosystem of AI co-scientists, where agents can interact with each other, linking methods to datasets and combining insights across disciplines to drive new discoveries.


