Vibe Design Guide MCP Server
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., "@Vibe Design Guide MCP ServerCompose a glassmorphism bento grid prompt"
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.
Vibe Design Guide MCP Server
This Model Context Protocol (MCP) server exposes The Vibe Coder's Web Design Guide directly as tools for AI agents. With this server connected, your AI assistant (e.g. Claude Desktop, Cursor, windsurf, or custom agents) can look up UI design patterns, CSS/JS code snippets, design theories, and compose optimized front-end prompts matching the guide's formula.
Exposed Tools
list_design_elements: Lists all design aesthetics, layouts, animations, navigation patterns, typography, and components available in the guide.get_element_details: Retrieves comprehensive definitions, CSS instructions, code templates, study sites, and prompt rules for a specific element (e.g.glassmorphism,bento_grid).search_guide: Searches keywords across all definitions, instructions, and prompt templates in the guide.compose_design_prompt: Automatically structures and generates a optimized prompt using the guide's core formula:Aesthetic + Layout + Animation + specific colors/fonts + custom request.
Related MCP server: vibe-code-mcp
Installation
Make sure you have Python installed and the standard Model Context Protocol SDK package (mcp) available.
1. Install Dependencies
Run the following command in your terminal to install the MCP package:
pip install -r requirements.txt(Or simply run pip install mcp)
2. Verify Server Manually
To check if the server runs properly, you can start it from your terminal:
python server.py(It will run in standard I/O mode, listening for JSON-RPC messages on stdin. Press Ctrl+C to exit.)
Integration Setup
A. Claude Desktop Integration
To add this server to Claude Desktop on Windows:
Open your Claude Desktop configuration file. The default path on Windows is:
%APPDATA%\Claude\claude_desktop_config.jsonAdd the server under the
mcpServersblock. Replace the absolute path to point to yourserver.pyfile:
{
"mcpServers": {
"vibe-design-guide": {
"command": "python",
"args": [
"d:/Enginner Yatharth/WebDesigningMCP/server.py"
]
}
}
}Save the file and restart Claude Desktop. You should now see a plug/tool icon in your chat box!
B. Cursor Integration
To add this server to Cursor:
Open Cursor and go to Settings -> Features -> MCP.
Click on + Add New MCP Server.
Fill in the following details:
Name:
vibe-design-guideType:
commandCommand:
python -u "d:/Enginner Yatharth/WebDesigningMCP/server.py"
Click Save. The server status indicator should turn green showing it is successfully connected.
C. Developer Tooling (Debugging)
To test and inspect the MCP server tools in real-time, you can use the MCP Inspector:
npx @modelcontextprotocol/inspector python d:/Enginner Yatharth/WebDesigningMCP/server.pyThis launches a local web interface at http://localhost:5173 where you can manually invoke and test each tool.
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.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides AI assistants with access to a production-ready design system including Tailwind CSS component patterns, style guides (colors, typography, spacing), and Web Components specifications for consistent UI development.8MIT
- AlicenseAqualityCmaintenanceConnects to vibe-code-best-practices.vercel.app to index 817 tools across 185 sections and 10 domains, routes the right tool/Skill for your project need, and can recommend a full stack.9MIT
- Alicense-qualityCmaintenanceProvides AI agents with component documentation, usage examples, and design tokens from the WordPress Design System, enabling them to follow the latest design system guidance for creating user interfaces.93GPL 2.0
- AlicenseAqualityBmaintenanceProvides expert design and marketing guidance for AI coding agents through curated knowledge documents and tools. Covers UI/UX, copywriting, SEO, GEO, and conversion optimization.104862MIT
Related MCP Connectors
UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.
AI-agent design tools: fonts, font recognition, palettes, color naming, contrast, code, SVG, CSS.
A design-style library for AI agents: search real styles, fetch a ready-to-apply design spec.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yathboss/WebDesigningMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server