onecite for Grok
io.github.hzacode/onecite
Generate academic citations from DOI, arXiv, titles, or URLs in BibTeX, APA, MLA formats.
client:Grok
transport:stdio
runtime:pypi
Install onecite in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"onecite": {
"type": "stdio",
"command": "uvx",
"args": [
"onecite"
]
}
}
}
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