Description
JMComic provides MCP server integration for the JMComic-Crawler-Python library, enabling manga searching, downloading, and collection management through natural language commands. The implementation includes tools for album searching, batch downloading, configuration management, and ranking tracking, with built-in support for proxies, authentication, and advanced download options like PDF generation and file compression.
Installation
git clone https://github.com/hect0x7/jmcomic-ai Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"jmcomic": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}