methods-mcp for Grok
io.github.flynnlachendro/methods-mcp
MCP server for structured methods extraction + reproducibility heuristics on academic papers.
client:Grok
transport:stdio
runtime:pypi
Install methods-mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"methods-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"methods-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"METHODS_MCP_MODEL": "<METHODS_MCP_MODEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs