Skip to main content
Glama
bryntay

A1 Gallery MCP Server

by bryntay

A1 是一个人工精选的真实网站设计画廊。这个 MCP 服务器将它放入你的 编码智能体中,这样你就可以请求一个参考,并得到结构化的 JSON 返回,而不是 粘贴截图、描述你想要的东西。

每个网站都会以完整长度被捕获,拆分为其内部页面和各个 区块,然后进行测量。你得到的是从渲染页面中提取的字体大小、间距、圆角、容器宽度和 调色板——而不是从图片中猜测的。

当前语料库: 1,145 个网站 · 3,211 个捕获区块 · 2,813 个整页捕获 · 568 种字体 · 510 位设计师和工作室。

端点

URL

https://www.a1.gallery/api/mcp

传输方式

Streamable HTTP

认证

OAuth 2.1 with PKCE, dynamic client registration

注册表名称

gallery.a1/a1-gallery

工具

17 个,全部只读

使用 A1 账户即可免费访问——每天 50 次工具调用。A1 Pro 将额度提升至每天 2,000 次,并享有更高的每分钟调用限额。

Related MCP server: AllGoodInsp

安装

你的客户端会在首次连接时打开浏览器进行登录。包含一键安装链接的 客户端说明位于 a1.gallery/mcp

Claude Code

claude mcp add --transport http a1 --scope user https://www.a1.gallery/api/mcp

然后运行 /mcp 并在提示时登录。

Codex CLI

codex mcp add a1 --url https://www.a1.gallery/api/mcp

Cursor 和 Claude Desktop

{
  "mcpServers": {
    "a1": {
      "url": "https://www.a1.gallery/api/mcp"
    }
  }
}

VS Code(1.99+ 与 GitHub Copilot)

{
  "servers": {
    "a1": {
      "type": "http",
      "url": "https://www.a1.gallery/api/mcp"
    }
  }
}

Windsurf

{
  "mcpServers": {
    "a1": {
      "serverUrl": "https://www.a1.gallery/api/mcp"
    }
  }
}

Zed(0.168+)

{
  "context_servers": {
    "a1": {
      "url": "https://www.a1.gallery/api/mcp"
    }
  }
}

你可以请求什么

  • "找三个粗野主义风格的律所网站,并展示它们的首屏区域。"

  • "代理公司首屏实际使用的字号比例是怎样的?" —— 基于整个语料库的四分位数,而非单个示例。

  • "展示提到按用量计费的定价页面。" —— 对页面文本进行全文搜索。

  • "作品集常见问题页面关于退款的回答是什么?" —— 提取的问答对及其出现频率。

  • "重建这个定价区块。" —— 基于实测值的调色板、字体、间距和圆角。

工具

全部 17 个工具均为只读,并标注了 readOnlyHint: true

网站

工具

功能

search_websites

按名称、描述和分类进行关键词搜索。解析别名——"SaaS"、"fintech"、"brutalist" 会映射到真实的分类术语。

browse_websites

仅按类型、类别、风格、技术或颜色进行筛选。

get_website

获取一个网站的全部信息:字体、颜色、风格、技术、创作者、区块。

get_similar_websites

围绕给定网站的灵感聚类。

get_recently_added

最新收录,按发布日期降序排列。

get_design_filters

带计数的完整分类体系——用于构建有效的筛选条件。

区块

工具

功能

search_sections

在区块文本中搜索——标题、常见问题、定价文案、客户评价。返回截图、提取的结构和实测的样式标记。

get_website_sections

一个网站的每个捕获区块,按页面顺序排列。

analyze_section_content

聚合跨多个区块的内容模式——主题分布、最常见的逐字常见问题。

analyze_design_tokens

聚合实测值——标题字号、正文字号、比例、内边距、容器宽度、圆角的 p25/中位数/p75。

页面

工具

功能

search_pages

在整个画廊中按页面类型搜索——每个定价页、每个关于页。支持全文搜索。

get_website_pages

为一个网站捕获的子页面。

字体与创作者

工具

功能

browse_fonts

按分类、许可证或使用该字体的网站类别浏览字体。

get_font

一种字体——分类、许可证、描述、使用次数。

find_font_pairings

两种字体一起使用的真实示例。

browse_creators

设计师和工作室,可按类别或风格筛选。

get_creator

一位创作者:简介、链接、精选作品。

完整的描述、参数和响应结构可通过 tools/list 获取。

为什么使用四分位数

analyze_design_tokens 报告 p25、中位数和 p75,而不是平均值。设计数值 呈长尾分布——一个 180px 的首屏标题就会把平均值拉到毫无意义的位置。

窄范围筛选后样本会迅速变少。当请求定价区块时,你可能只会看到 少数几个示例。在这种情况下,响应会携带 lowSample: true 并报告 原始计数而不是百分比,这样智能体就可以说"这里有四个示例",而不是 凭空编造一个比例。

说明

网站描述和区块文本是第三方网站内容。工具描述 会将它们标记为不可信的外部数据。

本仓库包含清单和文档。服务器本身是闭源的,托管在 a1.gallery。

支持

问题和反馈:提交 issue 或发送邮件至 hello@a1.gallery

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Provides comprehensive design principles and best practices to help LLMs generate modern, accessible web pages through guidance on layouts, colors, and typography. It enables users to review design approaches and access expert recommendations for responsive design, component structure, and current industry trends.
    12
    32
    3
  • A
    license
    Not graded
    quality
    C
    maintenance
    Structured design references from 1,000+ curated websites for AI-powered web design. Retrieve real CSS values, typography specs, color palettes, and design rationale via MCP.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Analyzes and extracts design tokens, assets, and layout from live websites to enable AI clients to faithfully replicate them, with tools for screenshotting, component inspection, and pixel-diff verification.
    14
    17
    MIT

Latest Blog Posts

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/bryntay/a1-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server