Streamline MCP Server

平台与服务

by webalys-hq

Streamline MCP Server 让用户便捷搜索并下载 PNG 或 SVG 格式的设计素材与资源。

什么是 Streamline MCP Server

Streamline MCP Server 让用户便捷搜索并下载 PNG 或 SVG 格式的设计素材与资源。

README

Streamline MCP Server

The Streamline MCP Server provides a set of tools for MCP-compatible clients such as Cursor or Claude Desktop to access Streamline’s complete collection of icons, illustrations, elements, and emojis.
Clients can search, retrieve, and download assets in PNG or SVG formats.


🧩 Setup & Authentication

The Streamline MCP Server is available at:

code
https://public-api.streamlinehq.com/mcp

There are two ways to authenticate. Pick the one that matches your client.

🔐 Option 1 — OAuth (recommended for Claude Desktop & Web)

GUI clients that support custom connectors can authenticate with OAuth — no API key to copy or store.

  1. In Claude, go to Settings → Connectors → Add custom connector.
  2. Give it a name (e.g. Streamline MCP) and enter the server URL above.
  3. Click Connect — you'll be redirected to the Streamline web app to sign in and grant access.
  4. Back in Settings → Connectors, confirm the server shows a Connected status.

See the Claude connector guide for full details.

🔑 Option 2 — API key (X-API-Key header)

Config- or CLI-based clients (e.g. Cursor, Claude Code CLI) authenticate with an API key.
Generate and manage keys from your Streamline Account → API Settings page.

JSON config:

json
{
  "mcpServers": {
    "streamline": {
      "url": "https://public-api.streamlinehq.com/mcp",
      "headers": {
        "X-API-Key": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Claude Code CLI:

bash
claude mcp add --transport http streamline-mcp \
  https://public-api.streamlinehq.com/mcp \
  --header "X-API-Key: YOUR_API_KEY_HERE"

⚙️ Usage

Once connected, your client’s AI chat can call any of the tools below. For full parameters and examples, see the Streamline MCP reference.

Terminology: a Family is a top-level bundle (e.g. “Ultimate”), and a Set is a style variant within a Family (e.g. “Ultimate Regular”).

🔎 Search & discovery

  • search_assets — Search individual icons, illustrations, elements, and emojis across the catalog, or scoped to a specific Set or Family.
  • search_sets — Search Sets (style variants) by phrasing or theme.
  • find_sets_by_name — Look up Sets by name.
  • get_all_families — Browse every Family (bundle) available to your account.
  • get_all_sets_from_family — List all Sets within a given Family.
  • get_family_extra_details — Fetch descriptions and semantic context for a Family.

📥 Retrieve & download

  • get_icon_by_hash — Retrieve a specific icon by its unique hash.
  • download_asset — Download a single asset in PNG or SVG with size, color, background, and stroke options.
  • download_multiple_assets — Batch-download several assets in one call.

Example:
Ask your client’s AI chat to search for “dog icons.”
The MCP client will automatically call the appropriate tool and return matching results from Streamline.


🌟 Key Features

  • Search icons, illustrations, elements, and emojis.
  • Retrieve detailed metadata about specific assets.
  • Download assets in PNG or SVG formats with customization options (size, color, background, stroke).
  • Fully compatible with all MCP protocol clients.

💡 Use Cases

  • Quickly find icons for web or mobile design projects.
  • Retrieve and customize assets for design systems or creative workflows.
  • Automate icon-related tasks in your apps or build tools.

FAQ

Which clients can use Streamline MCP Server?

Any MCP-compatible client (e.g., Cursor, Claude Desktop) can connect via the provided JSON-RPC endpoint.

Can I download icons in multiple formats?

Yes, both PNG and SVG are supported, with options for size and color customization.

Do I need authentication?

Yes. You can authenticate either via OAuth (recommended for Claude Desktop/Web) or with an API key (X-API-Key header for CLI/config clients)—see the Setup & Authentication section for details.


🙋 Need help?

Want direct access to the Streamline dev team? Join our public Slack channel to ask questions, share feedback, and get help setting up the MCP server straight from the people building it.

常见问题

Streamline MCP Server 是什么?

Streamline MCP Server 让用户便捷搜索并下载 PNG 或 SVG 格式的设计素材与资源。

相关 Skills

MCP构建

by anthropics

Universal
热门

聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。

想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。

平台与服务
未扫描175.1k

Slack动图

by anthropics

Universal
热门

面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。

帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。

平台与服务
未扫描175.1k

接口测试套件

by alirezarezvani

Universal
热门

扫描 Next.js、Express、FastAPI、Django REST 的 API 路由,自动生成覆盖鉴权、参数校验、错误码、分页、上传与限流场景的 Vitest 或 Pytest 测试套件。

帮你把API与集成测试自动化跑顺,减少回归漏测;能力全面,尤其适合复杂接口场景的QA团队。

平台与服务
未扫描25.7k

相关 MCP Server

Slack 消息

编辑精选

by Anthropic

热门

Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。

这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。

平台与服务
89.7k

by netdata

热门

io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。

这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。

平台与服务
80.0k

by d4vinci

热门

Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。

这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。

平台与服务
72.9k

评论