Page Design Guide Mcp Server
@chihebnabil
关于 Page Design Guide Mcp Server
An MCP (Model Context Protocol) server that provides design guidance to help LLMs generate better, more modern web pages. This server focuses on teaching design principles and best practices rather than providing code templates.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"page-design-guide": {
"command": "npx",
"args": [
"-y",
"page-design-guide-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Page Design Guide Mcp Server?
An MCP (Model Context Protocol) server that provides design guidance to help LLMs generate better, more modern web pages. It teaches design principles and best practices rather than providing code templates.
How to use Page Design Guide Mcp Server?
Add the server to your Claude Desktop configuration (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json) using either global installation ("command": "npx", "args": ["-y", "page-design-guide-mcp"]) or local installation pointing to the built index.js. Once connected, ask design questions like “What design principles should I follow for this landing page?” or use the available tools.
Key features of Page Design Guide Mcp Server
- Layout guidance for patterns like F-Pattern, Z-Pattern, Bento Grid
- Color psychology, scheme types, and palette recommendations
- Typography hierarchy, font pairings, and readability best practices
- Responsive design with mobile-first strategies and breakpoint guidance
- Visual hierarchy principles (contrast, whitespace, alignment)
- Component guidance for buttons, cards, forms, navigation
- Animation principles including timing, purpose, and performance
- Accessibility guidance for WCAG compliance and contrast ratios
- Modern trends (2024-2026) with appropriate usage advice
- Design review tool that scores and provides recommendations
Use cases of Page Design Guide Mcp Server
- Get layout recommendations for a landing page based on its type
- Choose a color palette that conveys trust and professionalism
- Structure a hero section with proper visual hierarchy
- Make an existing design more accessible
- Review a design approach for an e-commerce page with feedback
FAQ from Page Design Guide Mcp Server
What design guidance does the server provide?
It provides foundational design principles, layout recommendations, color psychology, typography guidance, responsive design strategies, component guidance, animation principles, accessibility requirements, modern trends, and a design review tool.
How do I install Page Design Guide Mcp Server?
You can install it globally via npx -y page-design-guide-mcp or locally by pointing to the built index.js in the package. Set it up in your Claude Desktop or OpenCode configuration.
What are the system requirements?
Node.js >= 18.0.0 and the Claude Desktop app are required.
What tools are available?
The server includes tools such as get_design_principles, get_layout_guidance, get_color_guidance, get_typography_guidance, get_section_guidance, get_responsive_guidance, get_component_guidance, get_animation_guidance, get_accessibility_guidance, get_modern_trends, and review_design_approach.
Can the server analyze my existing design description?
Yes. The review_design_approach tool lets you describe your design and receive feedback with scores, identified strengths, concerns, and recommendations.
媒体与设计 分类下的更多 MCP 服务器
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
评论