streamable-httpupdated 1mo ago
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.
Was kannst du mit Streamline MCP Server machen?
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.
Installation
Streamline MCP Server zu deinem Client hinzufĂŒgen. WĂ€hl den, den du nutzt.
claude mcp add --transport http streamline-mcp-server https://public-api.streamlinehq.com/mcpcodex mcp add streamline-mcp-server --url https://public-api.streamlinehq.com/mcp{
"mcpServers": {
"streamline-mcp-server": {
"url": "https://public-api.streamlinehq.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"streamline-mcp-server": {
"type": "http",
"url": "https://public-api.streamlinehq.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"streamline-mcp-server": {
"url": "https://public-api.streamlinehq.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"streamline-mcp-server": {
"serverUrl": "https://public-api.streamlinehq.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
UnvollstÀndig
- Dokumentation25/25
- Pflege16/25
- Vertrauen9/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 34 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint â no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 2.0.0Aktuell | 28. Juli 2026 |
| 1.0.0 | 23. Okt. 2025 |