MCP server that exposes the Aesthetics Wiki as a searchable knowledge source, letting LLMs look up aesthetic movements, styles, and visual subcultures.
{
"mcpServers": {
"aesthetics-wiki": {
"command": "uvx",
"args": [
"aesthetics-wiki-mcp"
]
}
}
}