loaditout.ai
BrowseRequestsSubmitBlogXPrivacyDisclaimer
{}loaditout.ai
SkillsMCP ServersPacksLeaderboardSubmitRequestsBlog

danbooru-tags-mcp

MCP Tool

gamzadongza/danbooru-tags-mcp

Install

$ npx loaditout add gamzadongza/danbooru-tags-mcp

About

Danbooru Tags MCP Server

MCP 서버를 통해 Danbooru의 태그 정보와 캐릭터 통계를 검색할 수 있습니다.

🎯 주요 기능
도구 (Tools)
1. get_post_tags

특정 Danbooru 포스트의 모든 태그를 추출합니다.

입력:

  • post_id_or_url (string): 포스트 ID 또는 URL

출력 예시:

{
  "post_id": 2973340,
  "url": "https://danbooru.donmai.us/posts/2973340",
  "total_tags": 47,
  "all_tags": ["1girl", "armpits", "black_boots", ...],
  "categories": {
    "general": ["1girl", "armpits", ...],
    "artist": ["ress"],
    "copyright": ["elsword"],
    "character": ["crimson_avenger_(elsword)", ...],
    "meta": []
  }
}
2. get_character_tags

캐릭터의 자주 사용되는 태그 통계를 분석합니다.

입력:

  • character_tag (string, required): 캐릭터 태그명
  • num_posts (number, optional): 분석할 포스트 수 (기본: 100)
  • top_n (number, optional): 반환할 상위 태그 개수 (기본: 50)
  • category (string, optional): 카테고리 필터 (general/artist/copyright/character/meta)
  • include_tags (array, optional): 반드시 포함할 태그
  • exclude_tags (array, optional): 제외할 태그
  • clothing_only (boolean, optional): 의상 태그만 반환

출력 예시:

{
  "character_tag": "hatsune_miku",
  "posts_analyzed": 100,
  "filters": {
    "include_tags": ["tachi-e"]
  },
  "top_tags": [
    {"rank": 1, "tag": "hatsune_miku", "count": 100, "percentage": 100.0},
    {"rank": 2, "tag": "long_hair", "count": 90, "percentage": 90.0}
  ],
  "clothing_tags": [
    {"tag": "necktie", "count": 75, "percentage": 75.0}
  ]
}
3. get_wiki_info

Danbooru Wiki에서 태그/캐릭터 정보를 검색합니다.

입력:

  • tag_name (string): 태그명

출력 예시:

{
  "title": "hatsune_miku",
  "other_names": ["初音ミク", "miku"],
  "body": "Hatsune Miku is a Japanese VOCALOID...",
  "body_formatted": "포맷팅된 본문",
  "created_at": "2007-09-12T17:15:58.073-04:00",
  "updated_at": "2025-09-13T13:43:39.561-04:00"
}
📦 설치 및 사용
로컬에서 사용 (config.json)
  1. Claude Desktop 설정 파일 열기:
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  1. MCP 서버 추가:

Tags

smithery

Reviews

Loading reviews...

Quality Signals

Quality Score15
0
Installs
Last updated154 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcesmithery
Last commit10/13/2025
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/gamzadongza/danbooru-tags-mcp)](https://loaditout.ai/skills/gamzadongza/danbooru-tags-mcp)