aesthetics-wiki-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_aestheticA | Search the Aesthetics Wiki for pages matching a query. Args: query: Free-text search (e.g. "cottagecore", "dark academia", "y2k"). limit: Max number of results (1-50). Default 10. Returns:
A dict with |
| get_aestheticA | Fetch the cleaned content of an aesthetic's wiki page. Args: name: Page title (e.g. "Cottagecore", "Dark Academia"). Case-insensitive, underscores or spaces both work. max_chars: Soft cap on returned text length. Default 6000. Returns:
A dict with |
| list_relatedA | List aesthetics linked from a given page — useful for discovering neighbors. Args: name: Source page title (e.g. "Cottagecore"). limit: Max number of related pages (1-100). Default 20. Returns:
A dict with |
| get_aesthetic_imagesA | Get image URLs from an aesthetic's wiki page — perfect for moodboards. Args: name: Page title (e.g. "Cottagecore", "Dark Academia"). limit: Max number of images (1-50). Default 12. Returns:
A dict with |
| random_aestheticA | Get one or more random aesthetics from the wiki — great for inspiration. Args: count: Number of random pages (1-10). Default 1. Returns:
A dict with |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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