MCP Integration Guide
AllGoodInsp provides an MCP (Model Context Protocol) server that lets AI tools query a curated collection of design references. Instead of generating from generic prompts, your AI can base its output on real design decisions from quality sites.
What you get
The MCP server exposes tools for searching sites by mood, purpose, or visual element, retrieving detailed design analysis (typography, layout, color, motion), and accessing design principles and reusable patterns distilled from the collection.
Quick setup
- Create an account
Sign in with Google to create your AllGoodInsp account.
- Add the MCP server to your client
Add the following to your MCP client configuration:
{ "mcpServers": { "allgoodinsp": { "url": "https://allgoodinsp.com/mcp" } } } - Authenticate
On first connection, your MCP client will open a browser window. Log in with your Google account to authorize access. That's it.
Supported clients
Any MCP client that supports Streamable HTTP transport and OAuth 2.1 will work. This includes:
- Claude Desktop
- Claude Code
- Cursor
- Windsurf
- Cline
Available tools
get_quick_start() Condensed guide — tool overview, core workflow, key design rules get_reference_guide() Deep-dive guide for reading and combining references get_methodology() Design methodology — principles, craft, patterns, IA get_workflow() Autonomous workflow for design system construction search_sites(query) Search sites by mood, purpose, or description get_site(site_id) Retrieve full design analysis for a specific site search_by_component(query) Find sites by design element (e.g. "hero with video background") get_principles(category?) Design principles for typography, layout, color, motion, or IA get_patterns() Reusable technique combinations distilled from the collection Example prompts
Once connected, try prompts like:
- "Search AllGoodInsp for sites with a minimal, editorial feel"
- "Find references for a SaaS landing page with bold typography"
- "Retrieve references from AllGoodInsp and build a website for a Japanese tea shop that blends tradition with modernity — sincere yet playful."