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

imagin-docs-mcp

v0.1.11

Published

IMAGIN.studio documentation search — MCP server (npx wrapper)

Downloads

379

Readme

IMAGIN Docs MCP Server

Semantic search over IMAGIN.studio documentation — CDN, API, integration guides, and more.

This is a thin npx wrapper that finds uvx on your system and launches the Python MCP server. It solves the common problem of GUI apps (Claude Desktop, Cursor, etc.) not finding uvx in PATH.

Prerequisites

  • Node.js 18+ (for npx)
  • uv — install from astral.sh/uv:
    curl -LsSf https://astral.sh/uv/install.sh | sh   # macOS / Linux
    powershell -c "irm https://astral.sh/uv/install.ps1 | iex"  # Windows

Usage

npx -y imagin-docs-mcp

Or in your agent's MCP config:

{
  "imagin-docs": {
    "command": "npx",
    "args": ["-y", "imagin-docs-mcp"]
  }
}

Full setup guide

For step-by-step instructions for 7 coding agents (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot, Cline, Zed), see the full setup guide on PyPI:

https://pypi.org/project/imagin-docs-mcp/

Dependency note — fastembed-imagin

This package depends on fastembed-imagin, a temporary fork of fastembed by Qdrant.

Why: upstream fastembed 0.7.4 pins pillow<12.0, which blocks Pillow 12.x security fixes (CVE-2026-25990). The fix PR (#599) is open but unreleased.

What changed: only the pillow version constraint — relaxed from <12.0 to <13.0 for Python 3.10+. No logic changes. Source: thomasboer-sketch/fastembed-imagin.

Revert plan: once upstream releases fastembed 0.7.5+ with the pillow fix, this package will switch back to fastembed and fastembed-imagin will be retired.

How it works

The npx wrapper probes common uvx install locations (~/.local/bin, Homebrew, cargo) and spawns uvx imagin-docs-mcp, which downloads and runs the Python MCP server. On first run, the server clones the docs and builds a local vector index (~20-30 seconds).

License

Proprietary — see LICENSE.