spines for Grok
io.github.superagentic/spines
Access book collections, reading lists, and bookshelf recognition from AI assistants.
client:Grok
transport:stdio
runtime:npm
Install spines in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"spines": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spines/mcp-server"
],
"env": {
"SPINES_API_KEY": "<SPINES_API_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