Gelbooru Mcp
@citronlegacy
关于 Gelbooru Mcp
A Python MCP server that wraps the Gelbooru API. Connect it to any MCP-compatible client (Claude Desktop, Cursor, etc.) to search posts, look up tags, and generate Stable Diffusion prompts from real character appearance data — all directly from your AI assistant.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gelbooru-mcp": {
"command": "/absolute/path/to/.venv/bin/python",
"args": [
"/absolute/path/to/gelbooru_mcp.py"
],
"env": {
"GELBOORU_API_KEY": "your_api_key",
"GELBOORU_USER_ID": "your_user_id"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Gelbooru Mcp?
A Python MCP server that wraps the Gelbooru API. Connect it to any MCP-compatible client (Claude Desktop, Cursor, etc.) to search posts, look up tags, and generate Stable Diffusion prompts from real character appearance data — all directly from your AI assistant.
How to use Gelbooru Mcp?
Clone the repository, run install.sh (or install mcp manually with pip), then set the optional environment variables GELBOORU_API_KEY and GELBOORU_USER_ID. Start the server with python gelbooru_mcp.py and configure your MCP client (e.g., Claude Desktop) to run the script via the stdio transport.
Key features of Gelbooru Mcp
- Stable Diffusion Prompt Generation – Build accurate SD prompts from tag frequency data.
- Appearance Breakdown – Separate eye, hair, and clothing tags with frequency counts.
- Advanced Post Search – Filter by tags, score, resolution, rating, uploader, and more.
- Full Tag Syntax – Supports AND, OR, wildcards, exclusion, meta-tags, and sorting.
- Community Tools – Search users, get post comments, and list deleted posts.
- Smart Caching – Results cached for 24 hours to avoid repeated API calls.
Use cases of Gelbooru Mcp
- Generate a Stable Diffusion prompt for a character by analyzing their most-tagged posts.
- Find high-quality wallpaper images using score, width, and tag filters.
- Check how many posts a specific tag has and discover related tags.
- Retrieve comments on a given post or track recently deleted content.
FAQ from Gelbooru Mcp
Do I need a Gelbooru API key?
API credentials are optional but strongly recommended. Without them, requests are throttled and limited to 2 tags per query. Patreon supporters of Gelbooru receive unlimited requests.
What are the runtime requirements?
Python 3.10+ and the mcp package. The server uses the stdio transport and does not require a web server.
How are Stable Diffusion prompts generated?
The server fetches the most-tagged rating:general solo posts for a character, analyzes tag frequency across eye, hair, and other categories, then assembles a ready-to-paste prompt string. Results are cached for 24 hours by default.
What tag format does Gelbooru use?
Gelbooru uses character_(series) format with underscores (e.g., misty_(pokemon)). Always convert natural language names to this format before using the tools. Use search_tags with name_pattern if unsure.
AI 与智能体 分类下的更多 MCP 服务器
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
评论