spines for Cursor
io.github.superagentic/spines
Access book collections, reading lists, and bookshelf recognition from AI assistants.
client:Cursor
transport:stdio
runtime:npm
Install spines in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spines": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spines/mcp-server"
],
"env": {
"SPINES_API_KEY": "<SPINES_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs