← Index

methods-mcp

io.github.FlynnLachendro/methods-mcp·v0.1.7·Other
Quality Score
90
/100

MCP server for structured methods extraction + reproducibility heuristics on academic papers.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "methods-mcp": {
      "command": "uvx",
      "args": [
        "methods-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "GITHUB_TOKEN": "<your-github_token>",
        "METHODS_MCP_MODEL": "<methods_mcp_model>"
      }
    }
  }
}
§02  Environment variables
ANTHROPIC_API_KEY
requiredsecret

Required for LLM-driven extraction tools (extract_methods, summarize_paper, methods_repro_review).

GITHUB_TOKEN
secret

Optional. Raises the GitHub REST API rate limit used by reproducibility assessment.

METHODS_MCP_MODEL

Override the default Claude model (default: claude-sonnet-4-6).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other