Lobster
MCP Serverby velonone · Added 5mo ago
Claude
3
Install
git clone https://github.com/velonone/AeonsageAdd to Claude
claude mcp add lobsterQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"lobster": {
"command": "npx",
"args": [
"@modelcontextprotocol/lobster"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Workflows (the lobster tool) executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation
Tags
developmentgoskill