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
{
"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