Skip to content
Cursor

books mcp for Cursor

io.github.mrfentmen/books-mcp

Search books and fetch volume details from the Google Books API. No key required.

client:Cursor transport:stdio runtime:npm

Install books mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "books-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "books-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

books mcp in other clients