mcpbeat Sign in

methods-mcp MCP Server

by flynnlachendro Your server? Claim it
local only

methods-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 180 installs a week from pypi. Last commit 16 Apr 2026.

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

Installs per day peak 64 · avg 33 · -16% w/w
a month agotoday
180
Installs / week
pypi · methods-mcp
0
Stars
0 open issues
16 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check methods-mcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add methods-mcp -- uvx methods-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "methods-mcp": {
      "args": [
        "methods-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.methods-mcp]
command = "uvx"
args = ["methods-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "methods-mcp": {
      "args": [
        "methods-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "methods-mcp": {
      "args": [
        "methods-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Required for LLM-driven extraction tools (extract_methods, summarize_paper, methods_repro_review).), GITHUB_TOKEN (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).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to methods-mcp

same job, measured the same way
Research
by shamra-academia

The only MCP server for Arabic academic research — search, read & cite Arabic + English papers.

answering
Paper Chaser MCP
by joshuasundance-swca

MCP server for academic papers, citations, authors, ECOS dossiers, and Federal Register text.

local only
Terradeed MCP Server
by terradeed

TerraDeed MCP server — x402 web scraping & structured extraction. Pay-per-call with USDC on Base.

30 installs/wk local only
KitchenSink4Web
by nometalalchemist

Browser MCP server: budgeted page reads, honest unread accounting, structured extraction.

local only
KitchenSink4Web
by kitchensink4ai

Browser MCP server: budgeted page reads, honest unread accounting, structured extraction.

local only
PapersFlow
by papersflow-ai

Academic research MCP server for paper search, citation checks, graphs, and deep research.

answering
Quant Research MCP
by flawlessbyte

Paper-backed quant trading methods and a deterministic, no-LLM decision helper for serious traders.

78 installs/wk local only
I
agentrace
by ura-tools

Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.

27 installs/wk local only

methods-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for methods-mcp?
methods-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package methods-mcp was installed 180 times last week.
How do I connect methods-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls methods-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use methods-mcp?
The pypi package methods-mcp was installed 180 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is methods-mcp open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.