8enSmith/mcp-open-library
π βοΈ - A MCP server for the Open Library API that enables AI assistants to search for book information.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide β Connected Apps: 8enSmith/mcp-open-library Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-8ensmith-mcp-open-library
Detailed Documentation
π βοΈ - A MCP server for the Open Library API that enables AI assistants to search for book information.
Configuration
{
"mcpServers": {
"8ensmith-mcp-open-library": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-8ensmith-mcp-open-library"
],
"env": {}
}
}
}