MCP Shrimp Task Manager MCP Server

Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language

Local serverstdio

What is the MCP Shrimp Task Manager MCP server?

MCP Shrimp Task Manager becomes available to MCP clients through the mcp shrimp task manager mcp server. Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.

What MCP Shrimp Task Manager does

🇺🇸 English | 🇩🇪 Deutsch | 🇪🇸 Español | 🇫🇷 Français | 🇮🇹 Italiano | 🇮🇳 हिन्दी | 🇰🇷 한국어 | 🇧🇷 Português | 🇷🇺 Русский | 🇨🇳 中文

Tools it exposes

Once connected, the assistant can call these 2 tools directly:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — The Installation tool exposed by this server

Installing the mcp shrimp task manager mcp server

The server is distributed via npm as @anthropic-ai/claude-code, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

The server reads 3 environment variables: DATA_DIR, TEMPLATES_USE, ENABLE_GUI. Keep credentials in your client's env block or a secrets manager rather than committing them.

Requirements

  • Node.js 18+ - npm or yarn - MCP-compatible AI client (Claude Code, etc.)

Where it fits

Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. MCP Shrimp Task Manager sits in that group, and the shape of its toolset — Prerequisites, Installation — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by cjo4m06.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp shrimp task manager mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
InstallationThe Installation tool exposed by this server.

How to install the MCP Shrimp Task Manager MCP server

Example configuration:
```json
{
  "mcpServers": {
    "shrimp-task-manager": {
      "command": "node",
      "args": ["/home/fire/claude/mcp-shrimp-task-manager/dist/index.js"],
      "env": {
        "DATA_DIR": "/home/fire/claude/project/shrimp_data",
        "TEMPLATES_USE": "en",
        "ENABLE_GUI": "false"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 18+ - npm or yarn - MCP-compatible AI client (Claude Code, etc.)
VariableDescriptionRequired
DATA_DIRFilesystem location the server is allowed to use.Optional
TEMPLATES_USEConfiguration value read at startup.Optional
ENABLE_GUIConfiguration value read at startup.Optional

Example prompts to try

  • Use MCP Shrimp Task Manager to Prerequisites.
  • Use MCP Shrimp Task Manager to Installation.

Frequently asked questions

It connects MCP Shrimp Task Manager to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Prerequisites, Installation) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Shrimp Task Manager directly.