LANraragi MCP Server

LANraragi MCP Server

Wraps all LANraragi APIs into 51 MCP tools, enabling AI agents to browse, search, upload, tag, and manage manga archives.

Category
Visit Server

README

LANraragi MCP Server

封装 LANraragi 全部 API 的 MCP 服务 — 51 个工具,让 AI agent 浏览、搜索、上传、打标、管理漫画存档。

基于 LANraragi 的 Model Context Protocol 服务端。

快速开始

{
  "mcpServers": {
    "lanraragi": {
      "transport": "streamable_http",
      "url": "http://你的服务器:3001/mcp",
      "headers": {
        "LRR-API-Key": "你的API密钥"
      }
    }
  }
}

环境变量

变量 默认值 说明
LRR_URL http://localhost:3000 LANraragi 服务器地址
LRR_API_KEY API 密钥,🔑 端点必需
MCP_PORT 3001 HTTP 服务端口
MCP_HOST 0.0.0.0 HTTP 绑定地址

运行方式

HTTP 模式(远程客户端)

env LRR_URL=http://localhost:3000 MCP_PORT=3001 node dist/http.js

Stdio 模式(本地客户端)

env LRR_URL=http://localhost:3000 node dist/stdio.js

systemd 服务

cp lanraragi-mcp.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user enable --now lanraragi-mcp

构建

npm install
npm run build

工具列表(51 个)

详见 SKILL.md

模块 数量 核心工具
搜索 4 search_archives, search_random
存档 18 list_archives, upload_archive, download_url, extract_archive
数据库 1 get_tag_stats
分类 7 list_categories, add_archive_to_category
单行本 10 list_tankoubons, create_tankoubon
文件监控 4 get_shinobu_status, rescan_shinobu
任务队列 3 get_job_status, queue_job
杂项 4 get_server_info, download_url, regen_thumbnails

配套服务

  • 文件服务器:为 download_url 提供带 Content-Disposition 头的文件下载,可与 MCP 同机部署
  • LANraragi:漫画图书馆本体,通过 LRR_URL 配置连接

许可

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured