← All servers

lystbot

io.github.TourAround/lystbot v0.3.5
Official Registry git

Smart lists that your AI can actually use. Manage lists via MCP, CLI, or REST API.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add lystbot -- npx -y lystbot
Add to claude_desktop_config.json
{
  "mcpServers": {
    "lystbot": {
      "command": "npx",
      "args": [
        "-y",
        "lystbot"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "lystbot": {
      "command": "npx",
      "args": [
        "-y",
        "lystbot"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lystbot": {
      "command": "npx",
      "args": [
        "-y",
        "lystbot"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "lystbot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lystbot"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "lystbot": {
      "command": "npx",
      "args": [
        "-y",
        "lystbot"
      ]
    }
  }
}

Packages

npm lystbot@0.3.5

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.TourAround--lystbot/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent