Smart lists that your AI can actually use. Manage lists via MCP, CLI, or REST API.
claude mcp add lystbot -- npx -y lystbot
claude_desktop_config.json
{
"mcpServers": {
"lystbot": {
"command": "npx",
"args": [
"-y",
"lystbot"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"lystbot": {
"command": "npx",
"args": [
"-y",
"lystbot"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lystbot": {
"command": "npx",
"args": [
"-y",
"lystbot"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"lystbot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lystbot"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"lystbot": {
"command": "npx",
"args": [
"-y",
"lystbot"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.TourAround--lystbot/reviews or the review_server meta-tool.
POST /mcp