Crochet Engine MCP Server

The deterministic photo-to-crochet-chart engine behind crochetpatterngen.com - packaged as a Python library, CLI, and MCP server so AI agents (Claude Desktop, Cursor, etc.) can turn photos into crochet charts with exact stitch counts. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-24 · ★ 2 · #130 OF 173 MAINTAINED MEDIA · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Crochet Engine

Claude Code

claude mcp add dengyu123456-crochet-engine -- uvx crochetpatterngen-engine

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dengyu123456-crochet-engine": {
      "command": "uvx",
      "args": [
        "crochetpatterngen-engine"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-24 - young repo, little track record yet

license MIT - declared in the repository

pypi package crochetpatterngen-engine - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.dengyu123456 is GitHub-verified and matches the repo owner

03 · Who maintains Crochet Engine

crochet-engine is maintained by dengyu123456. It's the only MCP server we track from this author; the repo dates to Jul 2026.

04 · Facts

category
media - ranked #130 of 173 actively-maintained media servers as of 2026-09-18.
registry
io.github.dengyu123456/crochet-engine (active, first published 2026-07-24)
packages
pypi:crochetpatterngen-engine

05 · Crochet Engine FAQ

What is Crochet Engine?

The deterministic photo-to-crochet-chart engine behind crochetpatterngen.com - packaged as a Python library, CLI, and MCP server so AI agents (Claude Desktop, Cursor, etc.) can turn photos into crochet charts with exact stitch counts. It runs locally over stdio via the published package.

Is Crochet Engine still maintained?

Yes - as of 2026-09-18, its last commit was 2026-07-24. We re-verify nightly.

How do I install Crochet Engine?

Run `uvx crochetpatterngen-engine`. You can also paste the ready-made client config above.

Does Crochet Engine run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Crochet Engine