Open Library for Cursor
io.github.8ensmith/mcp-open-library
Search books and authors on the Internet Archive's Open Library
client:Cursor
transport:stdio
runtime:npm
Install Open Library in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-open-library": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-open-library"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs