mcpbeat Sign in

TrueIcon MCP Server

by manikumarkv Your server? Claim it
local only

TrueIcon runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.

Lets AI coding assistants search the icon packages actually installed in your project.

Installs / week
npm · trueicon
0
Stars
0 open issues
24 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check TrueIcon every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add trueicon -- npx -y trueicon
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trueicon": {
      "args": [
        "-y",
        "trueicon"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trueicon]
command = "npx"
args = ["-y", "trueicon"]
.cursor/mcp.json
{
  "mcpServers": {
    "trueicon": {
      "args": [
        "-y",
        "trueicon"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trueicon": {
      "args": [
        "-y",
        "trueicon"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TRUEICON_PROJECT_DIR (Absolute path to the project whose icon packages to search. Defaults to the working directory.), TRUEICON_CACHE (Directory for the downloaded icon package cache. Defaults to ~/.trueicon/cache.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TrueIcon

same job, measured the same way
Paparats – Local Semantic Code Search MCP
by ibazylchuk

Local-first semantic code search across all your repos. Private context for AI coding assistants.

90 installs/wk local only
Server Side Tracking
by tracklution

Server-side conversion tracking, installed and configured by your AI coding agent.

37 installs/wk local only
UI Beats
by uibeats

MCP server for UI Beats. Let your coding agent search, read and install animated React components.

41 installs/wk local only
T
Memo AI – meeting assistant
by memoai

Search transcripts and summaries of your meetings, calls, and recordings in Memo AI

22 installs/wk local only
Redmine MCP Server
by jztan

MCP server that lets AI assistants manage Redmine issues, projects, wikis, and time tracking

1 407 installs/wk local only
Agent Wiki
by getagentwiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

answering
Infrahub MCP
by opsmill

An MCP server connects your AI assistants to Infrahub using the open MCP standard.

143 installs/wk local only
Northflank
by usefulapi

Inspect and control your Northflank projects, services, jobs, and builds from your AI assistant.

17 tools answering

TrueIcon — questions

Answers built from our own checks of this server.

Why is there no uptime for TrueIcon?
TrueIcon runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package trueicon.
How do I connect TrueIcon?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls trueicon straight from npm; nothing to host, nothing to sign up for.
Is TrueIcon open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.