Skip to main content
Glama

Aesthetics Wiki MCP

PyPI version Python versions License: MIT

LLM이 Aesthetics Wiki에서 미학(코티지코어, 다크 아카데미아, y2k, 고블린코어 등 수천 가지)을 검색, 읽기 및 발견할 수 있도록 하는 MCP 서버입니다.

MediaWiki API를 기반으로 합니다. API 키가 필요하지 않습니다. 설정이 필요 없습니다: uvx로 바로 실행하세요.

도구

도구

설명

search_aesthetic(query, limit=10)

위키 전체 텍스트 검색.

get_aesthetic(name, max_chars=6000)

페이지의 정리된 콘텐츠와 메인 이미지 URL을 가져옵니다.

get_aesthetic_images(name, limit=12)

페이지의 이미지 URL 갤러리 — 무드보드에 적합합니다.

list_related(name, limit=20)

페이지에서 링크된 미학(관련 항목)을 나열합니다.

random_aesthetic(count=1)

영감을 얻기 위해 무작위 미학을 선택합니다.

모든 도구는 읽기 전용입니다.

빠른 시작

Python 3.10+ 및 uv가 필요합니다. 수동으로 설치할 필요가 없습니다. uvx가 필요할 때 가져와서 실행합니다.

Claude Code / Claude Desktop

MCP 설정(~/.claude/settings.json, 프로젝트 .mcp.json 또는 macOS의 ~/Library/Application Support/Claude/claude_desktop_config.json)에 다음을 추가하세요:

{
  "mcpServers": {
    "aesthetics-wiki": {
      "command": "uvx",
      "args": ["aesthetics-wiki-mcp"]
    }
  }
}

클라이언트를 다시 시작하면 5개의 도구가 자동으로 나타납니다.

기타 MCP 클라이언트

stdio를 지원하는 모든 클라이언트에서 작동합니다. 전송 명령으로 uvx aesthetics-wiki-mcp를 실행하기만 하면 됩니다.

수동 설치

uv tool install aesthetics-wiki-mcp      # or: pipx install aesthetics-wiki-mcp
aesthetics-wiki-mcp                       # starts the stdio server

예시 프롬프트

  • "다크 아카데미아와 관련된 미학을 찾아서 시각적 무드보드를 보여줘."

  • "무작위 미학 5개를 알려주고 각각 한 문장으로 분위기를 설명해줘."

  • "코티지코어의 핵심 요소는 무엇인가요? 알아두면 좋을 인접한 미학이 있나요?"

  • "y2k와 2014년 텀블러 미학을 비교해줘."

개발

uv sync
uv run aesthetics-wiki-mcp        # start stdio server
uv run python -m py_compile src/aesthetics_wiki_mcp/server.py

MCP Inspector로 대화형 테스트:

npx @modelcontextprotocol/inspector uv run aesthetics-wiki-mcp

라이선스

MIT. Aesthetics Wiki의 콘텐츠는 기여자들에 의해 CC-BY-SA 3.0 라이선스를 따릅니다. 이 프로젝트는 읽기 액세스만 프록시하며 모든 응답 URL에 출처를 명시합니다.

크레딧

Leonardo Cametti 제작. 데이터 © Aesthetics Wiki 기여자.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leonardoca1/aesthetics-wiki-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server