🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@hermitsh/shrimp-mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hermitsh/shrimp-mcp

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.

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

@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 ModePaired Mode
SetupZero — just installPair with iOS app
Storage~/.shrimp/tasks.jsonCloud + phone sync
Task toolsAll 11 toolsAll 11 tools
Phone featuresPipeline, inbox, prompt config, push notifications
Limits500 tasks, 200 ops/dayUnlimited
CostFreeFree

Tools (19 total)

Tasks (9 tools) — work in both modes

ToolDescription
shrimp_get_tasksRead the full task tree with filters
shrimp_searchSearch tasks by keyword
shrimp_add_taskCreate a new task (any nesting depth)
shrimp_update_taskUpdate task title, notes, due date, category
shrimp_complete_taskToggle task completion
shrimp_archive_taskArchive a task and children
shrimp_restore_taskRestore an archived task
shrimp_move_taskReparent or reorder a task
shrimp_delete_taskPermanently delete a task

Batch (1 tool) — works in both modes

ToolDescription
shrimp_batchExecute up to 50 operations at once

Connection (2 tools)

ToolDescription
shrimp_statusCheck connection mode (local or paired)
shrimp_pairPair with a SHrimp account via 6-digit code

Settings (4 tools) — paired mode only

ToolDescription
shrimp_get_promptRead prompt template sections
shrimp_update_promptUpdate prompt sections
shrimp_get_providerRead AI provider configuration
shrimp_update_providerUpdate AI provider settings

Pipeline & Inbox (2 tools) — paired mode only

ToolDescription
shrimp_pipelineRead device activity log
shrimp_inboxRead incoming items from email, shares, etc.

Feedback (1 tool) — works in both modes

ToolDescription
shrimp_feedbackSubmit 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.

Keywords

mcp

FAQs

Package last updated on 08 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts