Open Library for VS Code
io.github.8ensmith/mcp-open-library
Search books and authors on the Internet Archive's Open Library
client:VS Code
transport:stdio
runtime:npm
Install Open Library in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-open-library": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-open-library"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs