Skip to main content
Glama

Aesthetics Wiki MCP

PyPI version Python versions License: MIT

Aesthetics Wiki(コテージコア、ダークアカデミア、Y2K、ゴブリンコアなど数千種類)から美学を検索、閲覧、発見できるMCPサーバーです。

MediaWiki APIを利用しています。APIキーは不要です。セットアップは不要で、uvxを使って直接実行できます。

ツール

ツール

説明

search_aesthetic(query, limit=10)

Wiki全体の全文検索。

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年のTumblrを美学的に比較して。」

開発

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