Odel
methods-mcp

methods-mcp

Local
@flynnlachendroPythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImethods-mcpv0.1.7

Run

uvx methods-mcp

MCP client config

{
  "mcpServers": {
    "methods-mcp": {
      "command": "uvx",
      "args": [
        "methods-mcp"
      ]
    }
  }
}