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

@hermitsh/shrimp-mcp

v1.0.7

Published

MCP server for SHrimp — the task manager agents control. Works instantly with zero setup. Nested task trees, batch ops, local-first storage, optional phone sync.

Readme

@hermitsh/shrimp-mcp

MCP server for SHrimp — the task manager agents control.

Deeply nested task trees, batch ops, real-time phone sync, AI prompt passthrough. Works instantly with zero setup — no account, no API key, no phone required.

Quick Start

Install and use immediately (local mode)

claude mcp add shrimp -- npx @hermitsh/shrimp-mcp

That's it. Tasks are stored locally at ~/.shrimp/tasks.json. Start creating tasks right away — no pairing, no account, no phone needed.

Add to Claude Desktop / Cursor / Windsurf

{
  "mcpServers": {
    "shrimp": {
      "command": "npx",
      "args": ["@hermitsh/shrimp-mcp"]
    }
  }
}

Upgrade to cloud sync (optional)

Pair with the SHrimp iOS app to sync tasks to your phone in real-time:

npx @hermitsh/shrimp-mcp pair

Open SHrimp on your phone → Settings → Agent → Pair New Agent → enter the 6-digit code.

Hosted endpoint (zero install)

claude mcp add --transport http shrimp https://hermitshell.ai/mcp

Two Modes

| | Local Mode | Paired Mode | |---|---|---| | Setup | Zero — just install | Pair with iOS app | | Storage | ~/.shrimp/tasks.json | Cloud + phone sync | | Task tools | All 11 tools | All 11 tools | | Phone features | — | Pipeline, inbox, prompt config, push notifications | | Limits | 500 tasks, 200 ops/day | Unlimited | | Cost | Free | Free |

Tools (19 total)

Tasks (9 tools) — work in both modes | Tool | Description | |------|-------------| | shrimp_get_tasks | Read the full task tree with filters | | shrimp_search | Search tasks by keyword | | shrimp_add_task | Create a new task (any nesting depth) | | shrimp_update_task | Update task title, notes, due date, category | | shrimp_complete_task | Toggle task completion | | shrimp_archive_task | Archive a task and children | | shrimp_restore_task | Restore an archived task | | shrimp_move_task | Reparent or reorder a task | | shrimp_delete_task | Permanently delete a task |

Batch (1 tool) — works in both modes | Tool | Description | |------|-------------| | shrimp_batch | Execute up to 50 operations at once |

Connection (2 tools) | Tool | Description | |------|-------------| | shrimp_status | Check connection mode (local or paired) | | shrimp_pair | Pair with a SHrimp account via 6-digit code |

Settings (4 tools) — paired mode only | Tool | Description | |------|-------------| | shrimp_get_prompt | Read prompt template sections | | shrimp_update_prompt | Update prompt sections | | shrimp_get_provider | Read AI provider configuration | | shrimp_update_provider | Update AI provider settings |

Pipeline & Inbox (2 tools) — paired mode only | Tool | Description | |------|-------------| | shrimp_pipeline | Read device activity log | | shrimp_inbox | Read incoming items from email, shares, etc. |

Feedback (1 tool) — works in both modes | Tool | Description | |------|-------------| | shrimp_feedback | Submit feedback to the SHrimp team |

What makes SHrimp different

  • Zero-friction start — install and go. No account signup, no API key, no phone required
  • Unlimited nesting depth — build complex project hierarchies, not flat lists
  • Batch ops — create an entire project plan in one call (up to 50 ops)
  • Local-first — tasks stored on your machine, works offline, zero latency
  • Optional cloud sync — pair with the iOS app when you want phone notifications and cross-device access
  • Free — no subscription, no API key fees
  • Personal-first — designed for individual use, not team/enterprise overhead

Development

npm install
npm run build    # compile TypeScript
npm run dev      # development with auto-reload
npm start        # run compiled server (stdio)

License

Proprietary — © Hermit Shell. All rights reserved.