@iconmind/mcp 0.1.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/index.js +9 -1700
- package/package.json +24 -9
- package/LICENSE +0 -21
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# @iconmind/mcp
|
|
2
|
+
|
|
3
|
+
An MCP server for [IconMind](https://iconmind.dev), so an AI assistant writing your UI
|
|
4
|
+
can search the real icon set instead of guessing icon names that do not exist.
|
|
5
|
+
|
|
6
|
+
```bash
|
|
7
|
+
claude mcp add iconmind -- npx -y @iconmind/mcp
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
- Runs offline — the icon data is bundled
|
|
11
|
+
- Starts in well under a second
|
|
12
|
+
- Search by name, tag, alias, or category; returns real slugs and import lines
|
|
13
|
+
|
|
14
|
+
MIT.
|