Lotus MCP
Enables creation of reusable browser automation skills through demonstration by recording user actions in a browser while narrating, then converting those workflows into executable skills that can be invoked through natural language.
README
Lotus MCP
Create browser automation skills by demonstration. Works with Cursor and Claude Code.
What is Lotus?
Lotus lets you create reusable browser automations ("skills") just by showing what you want to do. Demonstrate a workflow in a browser, narrate what you're doing, and Lotus converts it into an executable skill you can run anytime.
Prerequisites
macOS:
brew install sox
Linux:
sudo apt-get install sox libsox-fmt-all
Windows: Download and install SoX from https://sox.sourceforge.net/
Cursor Setup
1. Install
# Install the MCP
npm install -g github:chrisvin-jabamani/lotus-mcp --ignore-scripts
# Install the Cursor extension
curl -L -o /tmp/lotus.vsix https://github.com/chrisvin-jabamani/lotus-mcp/raw/main/extension/lotus-0.1.0.vsix
cursor --install-extension /tmp/lotus.vsix
2. Configure
Create a file at ~/.cursor/mcp.json (global) or .cursor/mcp.json in your project:
{
"mcpServers": {
"lotus": {
"command": "lotus-mcp-cursor",
"env": {
"LOTUS_API_KEY": "your-api-key",
"LOTUS_URL": "https://www.uselotus.ai"
}
}
}
}
Quick setup (copy-paste into terminal):
mkdir -p ~/.cursor
cat > ~/.cursor/mcp.json << 'EOF'
{
"mcpServers": {
"lotus": {
"command": "lotus-mcp-cursor",
"env": {
"LOTUS_API_KEY": "your-api-key",
"LOTUS_URL": "https://www.uselotus.ai"
}
}
}
}
EOF
Get your API key at uselotus.ai
3. Restart Cursor
Quit and reopen Cursor. Look for the green dot next to "lotus" in Cursor Settings → MCP.
4. Create your first skill
Ask Claude:
"Create a skill to check court availability on Rec.us"
The browser opens inside Cursor. Demonstrate the workflow, then say "I'm done."
Claude Code Setup
1. Install
npm install -g github:chrisvin-jabamani/lotus-mcp --ignore-scripts
2. Configure
claude mcp add lotus -- lotus-mcp-cli
Set environment variables when prompted:
LOTUS_API_KEY— Get yours at uselotus.aiLOTUS_URL—https://www.uselotus.ai
3. Create your first skill
Ask Claude:
"Create a skill to check court availability on Rec.us"
The browser opens in Chrome/Safari. Demonstrate the workflow, then say "I'm done."
How It Works
"Create a skill to book a tennis court"
↓
Browser opens automatically
↓
You demonstrate the workflow
(narrate what you're doing)
↓
"I'm done"
↓
✅ Skill created and ready to use
Tools
| Tool | Description |
|---|---|
lotus_start_recording |
Start recording a workflow |
lotus_stop_recording |
Stop and analyze |
lotus_refine_skill |
Convert to executable skill |
lotus_refine_status |
Check progress |
lotus_refine_answer |
Answer AI questions |
lotus_cancel_session |
Cancel current session |
Troubleshooting
Installation fails with ENOENT error?
- Make sure to use
--ignore-scriptsflag:npm install -g github:chrisvin-jabamani/lotus-mcp --ignore-scripts
"spawn sox ENOENT" or audio errors?
- Install SoX:
brew install sox(macOS) orapt-get install sox(Linux)
Browser doesn't open in Cursor?
- Check extension installed:
Cmd+Shift+P→ "Lotus: Open Browser" - Look for "Lotus" in the status bar (bottom right)
- Run command manually if needed
"Failed to connect to Lotus" or "API returned HTML"?
- Verify your API key is correct at uselotus.ai
- Check
LOTUS_URLis exactlyhttps://www.uselotus.ai - Check MCP server logs: In Cursor, go to Output panel → select "Lotus" from dropdown
MCP not loading in Cursor?
- Verify
~/.cursor/mcp.jsonexists and has valid JSON - Check for green dot in Cursor Settings → MCP
- Try restarting Cursor completely
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。