thiings-unofficial
Unofficial MCP server for thiings.co enabling search, browse, and download of 10,000+ AI-generated 3D icons from any MCP client.
README
<picture> <source media="(prefers-color-scheme: dark)" srcset="assets/banner-dark-v2.png"> <source media="(prefers-color-scheme: light)" srcset="assets/banner-light.png"> <img alt="thiings-unofficial" src="assets/banner-light.png" width="100%"> </picture>
thiings-unofficial
Unofficial MCP server and CLI for thiings.co. Search, browse, and download 10,000+ AI-generated 3D icons from your terminal or any MCP client.
The icon collection is built by Clerk Charlie and lives at thiings.co. This project is not affiliated with or endorsed by thiings.co. It gives you programmatic access to the public collection.
Install
npm install -g thiings-unofficial
Or run without installing:
npx thiings-unofficial
CLI
Run thiings to launch the interactive menu:
thiings — 10,000+ AI-generated 3D icons
https://www.thiings.co
? What would you like to do?
❯ Search icons
Browse icons
View icon details
Download icons
List categories
Manage cache
Exit
Pick an option and follow the prompts. Search results show the URL for each icon and a link to view all results on thiings.co. You can drill into details, download one icon, or batch download everything.
MCP Server
Claude Code
claude mcp add thiings npx thiings-mcp
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"thiings": {
"command": "npx",
"args": ["thiings-mcp"]
}
}
}
From source
git clone https://github.com/realsamrat/thiings-unofficial.git
cd thiings-unofficial
npm install && npm run build
claude mcp add thiings node /absolute/path/to/thiings-unofficial/build/mcp/server.js
Available tools
| Tool | What it does |
|---|---|
search_icons |
Search by name, keyword, or category. Returns id, name, categories, image URL, and page URL for each icon. Also returns a searchUrl to view results on thiings.co. |
get_icon |
Full details for one icon including description, categories, and page URL. |
list_categories |
All 501 categories with icon counts and browse URLs. |
browse_icons |
Paginated browsing with optional category filter. Each icon includes its page URL. |
download_icon |
Download a single PNG to disk. |
download_icons |
Batch download by query, category, or explicit list of IDs. |
Resources
| URI | Content |
|---|---|
thiings://catalog |
Full cached icon index (JSON) |
thiings://icon/{id} |
Single icon with description (JSON) |
How it works
thiings.co is a Next.js app. The catalog page embeds all 10,000 icons as serialized React Server Component data. The scraper extracts that payload, unescapes it, and parses the JSON array. Individual icon pages contain descriptions in the same RSC format, split across multiple script chunks.
Images are served from Vercel Blob Storage as 1024x1024 RGBA PNGs.
The local cache at ~/.thiings/cache.json stores the full catalog for 24 hours before refreshing. As the collection grows beyond 10,000 icons, the cache picks up new additions on the next refresh.
Project structure
src/
core/
types.ts # Shared types (Icon, IconDetail, SearchResult)
scraper.ts # Fetches and parses thiings.co pages
cache.ts # Local JSON cache (~/.thiings/cache.json, 24h TTL)
search.ts # Scored search over name + categories
downloader.ts # Single and batch PNG downloads
mcp/
server.ts # MCP server (6 tools, 2 resources, stdio transport)
cli/
index.ts # Interactive CLI with inquirer
Tech
- TypeScript, Node.js
- @modelcontextprotocol/sdk for the MCP server
- @inquirer/prompts for the interactive CLI
- chalk for terminal colors
- zod for input validation
- No heavy dependencies. Regex-based parsing instead of cheerio.
Contributing
Want to help? Read CONTRIBUTING.md first.
The short version: fork the repo, make a branch, change something in src/, run npm run build, test it, open a PR. One concern per PR. If the scraper broke because thiings.co changed their page structure, that's a common fix and we'll merge it fast.
Bug reports go in Issues. Include what you ran, what you expected, and what happened.
Disclaimer
This is an unofficial, community-built tool. It is not created, maintained, or endorsed by thiings.co or Clerk Charlie. All icons are the property of their respective creators. Use responsibly.
License
MIT
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。