Missing Marketplace Icons
The MCP server and provider marketplace cards fall back to emoji for the following entries. Real SVG brand icons would improve the visual quality.
Icons should be placed in packages/core/src/assets/marketplace/ named by the registry entry id. The component picks them up automatically via import.meta.glob.
Providers
| Entry ID |
Brand |
Source |
Status |
openai |
OpenAI |
— |
✅ Done |
groq |
Groq |
groq.com |
⏳ |
lmstudio |
LM Studio |
— |
✅ Done |
xai-grok |
xAI |
— |
✅ Done |
together-ai |
Together AI |
together.ai |
⏳ |
fireworks-ai |
Fireworks AI |
fireworks.ai |
⏳ |
MCP Servers
| Entry ID |
Brand |
Source |
Status |
playwright |
Playwright |
playwright.dev |
⏳ |
duckduckgo |
DuckDuckGo |
Simple Icons — slug duckduckgo |
⏳ |
perplexity |
Perplexity |
Simple Icons — slug perplexity |
⏳ |
browserbase |
Browserbase |
browserbase.com |
⏳ |
sequential-thinking |
— |
Conceptual — emoji fine, or use Anthropic logo |
⏳ |
Notes
- Format: SVG, any size (icons are displayed at 24×24 in a white rounded container)
- Simple Icons (
simpleicons.org) is the best first stop for brand logos
slack was sourced from SVGRepo — same approach works for others
Missing Marketplace Icons
The MCP server and provider marketplace cards fall back to emoji for the following entries. Real SVG brand icons would improve the visual quality.
Icons should be placed in
packages/core/src/assets/marketplace/named by the registry entryid. The component picks them up automatically viaimport.meta.glob.Providers
openaiOpenAIgroqlmstudioLM Studioxai-grokxAItogether-aifireworks-aiMCP Servers
playwrightduckduckgoduckduckgoperplexityperplexitybrowserbasesequential-thinkingNotes
simpleicons.org) is the best first stop for brand logosslackwas sourced from SVGRepo — same approach works for others