
Methods Mcp
Extract structured methods from papers and run reproducibility heuristics while scoping research-heavy or science-adjacent products.
Overview
io.github.FlynnLachendro/methods-mcp is a MCP server for the Idea phase that extracts structured methods and applies reproducibility heuristics on academic papers.
What is this MCP server?
- LLM tools: extract_methods, summarize_paper, methods_repro_review (Anthropic API required)
- Reproducibility heuristics with optional GITHUB_TOKEN for higher REST rate limits
- Configurable METHODS_MCP_MODEL (default claude-sonnet-4-6)
- PyPI package methods-mcp v0.1.7 via uvx stdio transport
- Structured extraction focused on academic methods sections, not generic PDF chat
- Version 0.1.7 on PyPI as methods-mcp
- Default model claude-sonnet-4-6 via METHODS_MCP_MODEL override
- Three LLM-driven tools named in server environment documentation
What problem does it solve?
Academic methods detail is buried in PDFs and agents default to vague summaries that break validation and implementation plans.
Who is it for?
Solo builders shipping research tooling, RAG over papers, or products that must cite reproducible methods accurately.
Skip if: Casual note-taking without an Anthropic API key or teams that never touch scholarly sources.
What do I get? / Deliverables
You get structured methods extractions and reproducibility-oriented reviews your agent can use to scope and document technical work.
- Structured methods extractions from papers
- Paper summaries oriented to methods content
- Reproducibility heuristic reviews for agent-driven decisions
Recommended MCP Servers
Journey fit
Canonical shelf is Idea/research because the primary job is understanding academic methods before you design features or claims. Research subphase fits literature review, methods blocks, and reproducibility checks agents need early in the journey.
How it compares
Paper methods and reproducibility MCP, not a general-purpose ArXiv download or citation manager plugin.
Common Questions / FAQ
Who is io.github.FlynnLachendro/Methods Mcp for?
It is for developers and solo founders building agent workflows around academic papers who need structured methods and reproducibility checks.
When should I use io.github.FlynnLachendro/Methods Mcp?
Use it during Idea and Validate when reading papers to decide scope, implementation feasibility, or documentation fidelity.
How do I add io.github.FlynnLachendro/Methods Mcp to my agent?
Run Methods Mcp over stdio via uvx from PyPI and set ANTHROPIC_API_KEY; optionally set GITHUB_TOKEN and METHODS_MCP_MODEL.