Streamline MCP Server
Enables searching, retrieving, and downloading Streamline's icons, illustrations, elements, and emojis in PNG or SVG formats with customization options, via MCP-compatible clients.
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:
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.
- In Claude, go to Settings → Connectors → Add custom connector.
- Give it a name (e.g.
Streamline MCP) and enter the server URL above. - Click Connect — you'll be redirected to the Streamline web app to sign in and grant access.
- 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:
{
"mcpServers": {
"streamline": {
"url": "https://public-api.streamlinehq.com/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY_HERE"
}
}
}
}
Claude Code CLI:
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-Keyheader 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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。