🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

lst-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lst-mcp

MCP server for lst.so — manage tasks, subtasks, tags, and activity logs from Claude, Cursor, or any MCP client

latest
npmnpm
Version
1.0.3
Version published
Weekly downloads
5
-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

lst-mcp

MCP server for lst.so — the task tracker where you and your AI agents share one list.

Manage tasks, subtasks, tags, and activity logs from Claude Code, Cursor, ChatGPT, or any MCP-compatible client.

Setup

  • Get your API key at lst.so/settings
  • Add to your MCP config:
{
  "mcpServers": {
    "lst": {
      "command": "npx",
      "args": ["-y", "lst-mcp"],
      "env": {
        "LST_API_KEY": "your-api-key"
      }
    }
  }
}

Config file locations

ClientPath
Claude Code.claude/settings.json or ~/.claude/settings.json
Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json
CursorCursor Settings > MCP

Tools

Tasks

  • list_tasks — List tasks. Filter by status (open/done), tag, agent, or due (today/overdue/upcoming)
  • get_task — Get a task with its subtasks and activity log
  • create_task — Create a task with priority, agent, due date, tags, notes, and recurrence
  • update_task — Update a task. Use {done: true} to mark complete
  • delete_task — Delete a task permanently

Subtasks

  • create_subtask — Add a subtask to a task
  • update_subtask — Update or check off a subtask
  • delete_subtask — Delete a subtask

Activity Log

  • add_log_entry — Log progress on a task. Log as you work, not just when done.

Tags

  • list_tags — List all tags
  • create_tag — Create a tag with optional color preset
  • delete_tag — Delete a tag

Example usage

Once connected, your agent can manage tasks naturally:

"Create a task to review the PR, tag it 'code-review', assign to claude-code, due today"

"What's on my plate? Show open tasks due today"

"Mark task 42 as done and log 'Deployed to production'"

Environment variables

VariableRequiredDescription
LST_API_KEYYesYour lst.so API key from Settings > Agents
LST_API_URLNoCustom API URL (defaults to https://lst.so/api/v1)

License

MIT

Keywords

mcp

FAQs

Package last updated on 04 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