arxivsub mcp for Grok
io.github.arxivsub/arxivsub-mcp
Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work.
client:Grok
transport:stdio
runtime:npm
Install arxivsub mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"arxivsub-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arxivsub-mcp"
],
"env": {
"ARXIVSUB_SKILL_KEY": "<ARXIVSUB_SKILL_KEY>"
}
}
}
}
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