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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.