aesthetics-wiki-mcp
Aesthetics Wiki MCP
一个 MCP 服务器,允许 LLM 从 Aesthetics Wiki(田园风、暗黑学院风、Y2K、哥布林风等数千种风格)中搜索、阅读和发现美学。
由 MediaWiki API 提供支持。无需 API 密钥。零配置:直接使用 uvx 运行。
工具
工具 | 描述 |
| 在维基中进行全文搜索。 |
| 获取页面清理后的内容及主图 URL。 |
| 获取页面中的图片 URL 画廊——非常适合制作情绪板。 |
| 列出页面中链接的美学风格(邻近/相关风格)。 |
| 随机挑选美学风格以获取灵感。 |
所有工具均为只读。
快速开始
需要 Python 3.10+ 和 uv。无需手动安装——uvx 会按需获取并运行它。
Claude Code / Claude Desktop
将其添加到您的 MCP 配置中(macOS 上为 ~/.claude/settings.json、项目 .mcp.json 或 ~/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 贡献者。
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