Skip to content

AI Client Setup (Claude, Cursor, Antigravity)

import { Tabs, TabItem } from ‘@astrojs/starlight/components’;

Add to your `claude_desktop_config.json`:
{
"mcpServers": {
"ebook-rs": {
"command": "ebook-rs",
"args": ["mcp"]
}
}
}
In Cursor Settings > Features > MCP Servers: - **Name**: `ebook-rs` - **Type**: `command` - **Command**: `ebook-rs mcp` Add to your settings or sidecar configuration:
{
"mcpServers": {
"ebook-rs": {
"command": "ebook-rs",
"args": ["mcp"]
}
}
}
\n