OmniScholar for Grok
io.github.luffysolution-svg/omnischolar
Literature, Zotero, PDF, citation, materials, and scientific image tools for research agents.
client:Grok
transport:stdio
runtime:pypi
Install OmniScholar in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"omnischolar": {
"type": "stdio",
"command": "uvx",
"args": [
"luffysolution-omnischolar"
]
}
}
}
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