aesthetics-mcp
Provides queryable knowledge of 300+ visual aesthetics from the Aesthetics Wiki on Fandom, with tools for search, retrieval, listing, and suggestion of aesthetics for design projects.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aesthetics-mcpSuggest aesthetics for a dark fantasy video game"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
aesthetics-mcp
MCP server for 300+ visual aesthetics from the Aesthetics Wiki.
Gives Claude queryable knowledge of named internet aesthetics (Vaporwave, Cottagecore, Dark Academia, etc.) and a workflow for turning that knowledge into design tokens, Tailwind configs, and design briefs.
Install
npm install -g aesthetics-mcpThe database (~11MB, 1100+ aesthetics) is bundled — no scraping needed to get started.
Related MCP server: Optics MCP Server
Refresh the database
Configure Claude Code
Add to ~/.claude/mcp.json:
{
"mcpServers": {
"aesthetics": {
"command": "aesthetics-mcp"
}
}
}Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or
%APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"aesthetics": {
"command": "aesthetics-mcp"
}
}
}Install the companion skill
mkdir -p ~/.claude/skills/aesthetics
cp skills/aesthetics.md ~/.claude/skills/aesthetics/SKILL.mdThen use /aesthetics or just describe what you want — the skill auto-triggers on aesthetic requests.
Update the database
# Re-scrape pages older than 30 days
aesthetics-scrape refresh
# Re-scrape one aesthetic
aesthetics-scrape aesthetic "Vaporwave"
# Custom database path
aesthetics-scrape full --db /path/to/aesthetics.db
AESTHETICS_DB_PATH=/path/to/aesthetics.db aesthetics-mcpMCP Tools
Tool | Description |
| Full-text search by vibe or keywords |
| Full details for a named aesthetic |
| Browse all aesthetics, optionally filtered |
| Top matches for a project description |
Content license
Aesthetic data is sourced from the Aesthetics Wiki and licensed under CC BY-SA 3.0. This package redistributes that content in database form under the same license.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/InfiniteInsight/aesthetics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server