npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@karriaro/webdesign-mcp

v0.1.0

Published

Karriaro Webdesign-Manufaktur — MCP-Server (stdio) für Claude Desktop, Cursor, OpenAI Codex. Proxiert zum public HTTP-Endpoint mit 4 Tools: audit_site, extract_voice, generate_brand_mockup, phyllotaxis_signature.

Readme

@karriaro/webdesign-mcp

MCP-Server der Karriaro Webdesign-Manufaktur (Schwarzwald) für Claude Desktop, Cursor, OpenAI Codex und jeden MCP-kompatiblen Agent.

Vier Tools — alle Outputs im Editorial-Stil mit Karriaro-Signatur:

| Tool | Was es macht | |---|---| | karriaro_audit_site | Prüft eine Website auf Substanz, BFSG-Konformität, SEO und KI-Auffindbarkeit. Qualitatives Verdict + Top-Findings. | | karriaro_extract_voice | Analysiert den Brand-Voice nach Karriaro-Codex (Aesop/Hermès/Manufactum-Editorial vs SaaS-Filler). | | karriaro_generate_brand_mockup | Generiert eine Hero-Mockup-SVG für eine Branche im Karriaro-Editorial-Stil. | | karriaro_phyllotaxis_signature | Erzeugt ein deterministisches Phyllotaxis-Siegel (Goldener Winkel) für einen Namen. |

Installation

npm install -g @karriaro/webdesign-mcp

Konfiguration

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) oder %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "karriaro": {
      "command": "karriaro-mcp"
    }
  }
}

Claude Desktop neu starten. Tools erscheinen als „Karriaro-Tools" im Tool-Picker.

Cursor

In ~/.cursor/mcp.json:

{
  "mcpServers": {
    "karriaro": {
      "command": "karriaro-mcp"
    }
  }
}

Direkter HTTP-Aufruf (ohne npm-Install)

Falls Sie kein lokales Install wünschen, können MCP-Clients mit HTTP- Transport-Support den Endpoint direkt nutzen:

{
  "mcpServers": {
    "karriaro": {
      "url": "https://europe-west1-apex-executive.cloudfunctions.net/mcpHandler"
    }
  }
}

Beispiel-Konversation

Sie: Prüfe meine Website example.de mit Karriaro.

Claude (ruft karriaro_audit_site auf):

════════════════════════════════════════════════════════════
KARRIARO · ERSTE EINSCHÄTZUNG
════════════════════════════════════════════════════════════

Domain:    example.de
Verdict:   Solide (Score 62/100)
           Tragfähige Basis, mit feinen Hebeln im Detail.

Branche:   Lokales Unternehmen

TOP-FINDINGS
1. 5 Security-Header fehlen: hsts, xFrameOptions, ...
2. SEO-Signale unvollständig (3 von 6 Pflicht-Elementen vorhanden)
3. KI-Auffindbarkeit dünn (FAQ-Schema, Breadcrumb fehlen teilweise)

Ein Detail-Brief geht tiefer: Web Vitals im Detail,
BFSG-Audit, branchen-spezifische Empfehlungen.
Anfrage: https://karriaro-webdesign.de/?prefill=...

— Audit by Karriaro Webdesign-Manufaktur · Schwarzwald
  https://karriaro-webdesign.de

Rate-Limit

20 Aufrufe pro Stunde pro IP. Cache-Hits zählen als 0. Für hochfrequenten Bedarf kontaktieren Sie [email protected] — wir richten Ihnen einen privaten Endpoint ein.

Über Karriaro

Karriaro ist eine Schwarzwald-Manufaktur für handcodierte Premium-Websites. Pre-Customer-Stage, Founder-as-Demo.

„Wenn Ihr Name draufsteht, steht unserer dahinter."

https://karriaro-webdesign.de

Lizenz

MIT — siehe LICENSE.