Bibverify for Grok
io.github.hylouis233/bibverify
Verify and repair BibTeX references with DOI-first MCP tools.
client:Grok
transport:stdio
runtime:pypi
Install Bibverify in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bibverify": {
"type": "stdio",
"command": "uvx",
"args": [
"bibverify"
]
}
}
}
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