Back to catalog
Remote MCP Server
Use DesignMD from your agent
The catalog is available as a remote MCP server. Add it once and search, retrieve, and compare designs without leaving your editor.
Claude Code
claude mcp add designmd --transport http https://designmd.co/api/mcpOr add to .claude/mcp.json manually (see below).
Cursor / Windsurf / any MCP client
{
"mcpServers": {
"designmd": {
"type": "http",
"url": "https://designmd.co/api/mcp"
}
}
}Available tools
search_designsSearch by name, brand, aesthetic, mood, or color
search_designs(query: "dark fintech with green accent")get_designRetrieve the full DESIGN.md for a slug
get_design(slug: "stripe")compare_designsCompare two designs side by side
compare_designs(slug_a: "linear.app", slug_b: "notion")list_categoriesList all categories and design counts
list_categories()
Example prompt
"Search DesignMD for a dark minimal design with a single accent color, then apply it to the button component I'm building."
Endpoint
https://designmd.co/api/mcpStateless Streamable HTTP transport (MCP spec 2025-03-26). No auth required. Read-only.