mcpbeat Sign in

Spines MCP Server

by superagentic Your server? Claim it
local only

Spines runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 27 Apr 2026.

Access book collections, reading lists, and bookshelf recognition from AI assistants.

Installs per day peak 11 · avg 5 · +86% w/w
a month agotoday
23
Installs / week
npm · @spines/mcp-server
0
Stars
0 open issues
27 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Spines every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add spines -- npx -y @spines/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spines": {
      "args": [
        "-y",
        "@spines/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.spines]
command = "npx"
args = ["-y", "@spines/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "spines": {
      "args": [
        "-y",
        "@spines/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "spines": {
      "args": [
        "-y",
        "@spines/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SPINES_API_KEY (Your SPINES API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Spines

same job, measured the same way
Leaf
by readwithleaf

AI assistant integration for Leaf — track books, log reading sessions, and manage your library.

answering
Mem
by mem-labs

Securely search, create, and organize your Mem notes and collections from AI assistants.

answering
Memorykit
by rapozoantonio

Cognitive memory for AI coding assistants — persistent memory across sessions

110 installs/wk local only
Itsconvo
by itsconvo

Access your Convo meetings, transcripts, summaries, and action items from any AI assistant.

29 installs/wk local only
Soleil Clusters
by soleilpictures

Read and build visual moodboards, shot lists and lookbooks from an AI assistant.

65 installs/wk answering
Most Recommended Books
by mostrecommendedbooks

Read-only MCP server for verified book recommendations and reading lists.

6 tools answering
Halite
by halite

Search, read, and edit your Halite recipe collection and shopping lists.

answering
Logmcp
by kascada

MCP server — read-only log access for AI assistants, without giving AI shell access.

local only

Spines — questions

Answers built from our own checks of this server.

Why is there no uptime for Spines?
Spines runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @spines/mcp-server was installed 23 times last week.
How do I connect Spines?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @spines/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Spines?
The npm package @spines/mcp-server was installed 23 times in the last week. Week over week that is +86%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Spines open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.