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/mcp

Or 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_designs

    Search by name, brand, aesthetic, mood, or color

    search_designs(query: "dark fintech with green accent")
  • get_design

    Retrieve the full DESIGN.md for a slug

    get_design(slug: "stripe")
  • compare_designs

    Compare two designs side by side

    compare_designs(slug_a: "linear.app", slug_b: "notion")
  • list_categories

    List 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/mcp

Stateless Streamable HTTP transport (MCP spec 2025-03-26). No auth required. Read-only.