Comics
БесплатноНе проверенModel Context Protocol server for comic data sources with plugin architecture, enabling character information retrieval from Comic Vine API.
Описание
Model Context Protocol server for comic data sources with plugin architecture, enabling character information retrieval from Comic Vine API.
README
A Model Context Protocol (MCP) server with plugin architecture for comic-related data sources.
Requirements: Python 3.11+
🚀 Quick Start
# 1. Install
pip install -e .
# 2. Create .env file with your API key
echo "COMICVINE_API_KEY=your-api-key" > .env
# 3. Run server
python3 -m comics_mcp.mcp_server
🧩 Available Plugins
| Plugin | Tools | Description |
|---|---|---|
comicvine |
get_character |
Get comprehensive character information including aliases, origin, and appearance count. Optimized for fast response times. |
🔧 Setup
Get Comic Vine API Key:
- Register at Comic Vine
- Request an API key
Install and Configure:
git clone https://github.com/imikailoby/comics-mcp.git cd comics-mcp pip install -e . echo "COMICVINE_API_KEY=your-api-key" > .envConfigure MCP Client:
{ "mcpServers": { "comics-mcp": { "command": "python3", "args": ["-m", "comics_mcp.mcp_server"], "env": { "PYTHONPATH": "/path/to/your/comics-mcp", "COMICVINE_API_KEY": "your_api_key" } } } }
📊 Character Data Fields
The comicvine plugin returns comprehensive character information including:
- Basic Info: name, real_name, description, publisher
- Media: image_url, source_url
- Details: aliases, origin, birth date, count_of_issue_appearances
- Legal: legal_note with data source attribution
🤝 Contributing
Contributions are welcome! Feel free to help with:
- Adding new data sources (Marvel API, DC API, etc.)
- Adding new plugins or tools to existing plugins
- Improving plugin interfaces or descriptions
- Writing documentation or test coverage
- Performance optimizations
⚡ Powered by
- Comic Vine. Not affiliated with or endorsed by Comic Vine.
Установка Comics
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/imikailoby/comics-mcpFAQ
Comics MCP бесплатный?
Да, Comics MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Comics?
Нет, Comics работает без API-ключей и переменных окружения.
Comics — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Comics в Claude Desktop, Claude Code или Cursor?
Открой Comics на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Comics with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
