Skip to content
Cline

methods-mcp for Cline

io.github.flynnlachendro/methods-mcp

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

client:Cline transport:stdio runtime:pypi

Install methods-mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "methods-mcp": {
      "command": "uvx",
      "args": [
        "methods-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "METHODS_MCP_MODEL": "<METHODS_MCP_MODEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

methods-mcp in other clients