★ 0 stars
Go
🤖 AI/LLM
Updated today
MCP server for Librarium — chat with your self-hosted book, manga, and comic library from Claude, Cursor, and other MCP clients. Go · streamable HTTP.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"librarium-mcp": {
"command": "go",
"args": [
"run",
"github.com/FireBall1725/librarium-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add librarium-mcp go run github.com/FireBall1725/librarium-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"librarium-mcp": {
"command": "go",
"args": [
"run",
"github.com/FireBall1725/librarium-mcp@latest"
]
}
}
}
Topics
book-trackerclaude-desktopgogolanglibib-alternativelibrariumlibrarymcpmedia-trackermodel-context-protocolopen-sourceself-hosted