mcpbeat Sign in
I

Matchcn MCP Server

by francesco0242 Your server? Claim it
local only

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

Semantic index across shadcn-format component registries: find components by what they do.

Installs / week
npm · matchcn
50
Stars
0 open issues
24 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Matchcn 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 matchcn -- npx -y matchcn
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "matchcn": {
      "args": [
        "-y",
        "matchcn"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.matchcn]
command = "npx"
args = ["-y", "matchcn"]
.cursor/mcp.json
{
  "mcpServers": {
    "matchcn": {
      "args": [
        "-y",
        "matchcn"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "matchcn": {
      "args": [
        "-y",
        "matchcn"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Matchcn

same job, measured the same way
Toolcairn MCP
by neurynae

MCP server for tool discovery: find, compare, and verify tools across 35+ registries.

40 installs/wk local only
UI Registry
by mrityunjay-tiwari

Live access to 12 shadcn-style component libraries so agents compose UI from real components.

46 installs/wk local only
Capabilities Txt Registry
by capabilityhostprotocol

Discover what websites across the agentic web can do — query the capabilities.txt registry.

3 tools answering
Codeix
by montanetech

Fast semantic code search for AI agents — find symbols, references, and callers across any codebase

80 installs/wk local only
Convertapi
by mcparmory

Convert files across 500+ formats: documents, PDFs, and images

240 installs/wk local only
TestGraph
by bbcbasic

Shared semantic graph for AI reviews, classification and structured memory across AI assistants.

37 tools answering
MemoCat — Shared AI Memory
by montygovernance

One shared, persistent memory across AI agents and systems, with semantic recall and live updates.

1 945 installs/wk local only
Digche Icons
by elinaseri

Find semantic Digche replacements for functional UI icons and retrieve the selected SVG style.

6 tools answering

Matchcn — questions

Answers built from our own checks of this server.

Why is there no uptime for Matchcn?
Matchcn 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 matchcn.
How do I connect Matchcn?
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 matchcn straight from npm; nothing to host, nothing to sign up for.
Is Matchcn open source?
Yes — it is published under the MIT licence, written in TypeScript and 50 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.