Frontend Developer Stack
Build beautiful, accessible UIs with AI-powered component generation, design integration, browser testing, and documentation.
Token Budget
This stack is lightweight. Plenty of room for your prompts and code context.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
},
"figma-mcp": {
"command": "npx",
"args": [
"-y",
"figma-mcp"
],
"env": {
"FIGMA_ACCESS_TOKEN": "YOUR_FIGMA_ACCESS_TOKEN"
}
},
"magic-mcp": {
"command": "npx",
"args": [
"-y",
"@21st-dev/magic"
],
"env": {
"TWENTY_FIRST_API_KEY": "YOUR_TWENTY_FIRST_API_KEY"
}
},
"tailwind-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-tailwindcss"
]
},
"context7-mcp": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
]
}
}
}Included Servers
Magic MCP (21st.dev)
21st.dev
Generate professional React and Tailwind UI components using 21st.dev's component library and AI builder from your editor.
Generate polished UI components from natural language. The fastest way to go from idea to styled React component.
Figma MCP
Community
Access Figma designs, extract design tokens, inspect layers, and bridge the gap between design and code from your AI editor.
Import design specs, spacing, and color tokens directly from your team's Figma files. Pixel-perfect implementation without guesswork.
Playwright MCP
Microsoft
Automate browser interactions, take screenshots, fill forms, and test web applications using Microsoft Playwright from your AI editor.
Test your UI in a real browser from your AI assistant. Catch layout bugs, accessibility issues, and responsive breakpoints early.
Context7 MCP
Upstash
Pull up-to-date documentation and code examples for any library directly into your prompt context using the Context7 API.
React, Next.js, and Svelte docs evolve constantly. This ensures your AI assistant writes code against the current API, not last year's.
Tailwind CSS MCP
Community
Full Tailwind CSS v3/v4 context including utilities, config, themes, plugins, and integration guides for your AI editor.
Instant access to the full Tailwind class reference. Eliminates the guesswork and hallucination around utility class names.