Add leonardoca1/aesthetics-wiki-mcp to Art & Culture#5186
Conversation
|
Hey, To ensure that only working servers are listed, we're updating our listing requirements. Please complete the following steps:
Replace If you need any assistance, feel free to ask questions here or on Discord. P.S. If your server already has a hosted endpoint, you can also list it under https://glama.ai/mcp/connectors. |
|
Thank you for adding the Glama badge! Please make sure the server's badge shows an A A A score: If you need any assistance, feel free to ask questions here or on Discord. |
|
Thank you for your contribution! Your server has been merged. Are you in the MCP Discord? Let me know your Discord username and I will give you a server-author flair. If you also have a remote server, you can list it under https://glama.ai/mcp/connectors |
…-mcp Add leonardoca1/aesthetics-wiki-mcp to Art & Culture
Summary
Adds aesthetics-wiki-mcp to the Art & Culture section — a Python MCP server that exposes the Aesthetics Wiki (cottagecore, dark academia, y2k, goblincore, and thousands more) to LLMs for moodboards, brand direction, and creative inspiration.
What it does
Five read-only tools over the Fandom MediaWiki API (no API key required):
search_aesthetic(query, limit)— full-text searchget_aesthetic(name)— cleaned page content + main image URLget_aesthetic_images(name, limit)— gallery of image URLs (moodboard-ready)list_related(name)— neighbors / related aestheticsrandom_aesthetic(count)— random pick for inspirationInstall
Published on PyPI — zero setup with
uvx:{ "mcpServers": { "aesthetics-wiki": { "command": "uvx", "args": ["aesthetics-wiki-mcp"] } } }Links