ワンクリックで
lovable
Lovable MCP tool usage — deploy projects, message agent, test with agent-browser. Minimize credits by delegating to local repo.
メニュー
Lovable MCP tool usage — deploy projects, message agent, test with agent-browser. Minimize credits by delegating to local repo.
Browser automation via Chrome/Chromium CDP — open, snapshot, click, screenshot. For testing web apps, mobile layouts, and automated interactions without Playwright/Puppeteer.
Typed knowledge graph via TSV append-only log — entity CRUD, directed relations, schema validation, multi-hop reasoning. CLI via `x ondb`, protocol readable by AWK/Python/JS/SQLite.
Prompt engineering conventions for x-cmd — reuse via template variables, structure rules, safety enforcement patterns.
Root index of x-cmd skill0 sub-skills. Defines the OKR-style agent workflow (goal → rule-verified results → execute), skill discovery, and agent tooling preferences. Style: principle-first, concise, delegate specifics to authoritative external sources.
Writing conventions for skill0 documents — pyramid structure, line limits, and layout rules.
Multi-phase project assessment with scoring. Triggered by "/assess" to evaluate project health across dimensions and generate a comprehensive report.
| name | lovable |
| description | Lovable MCP tool usage — deploy projects, message agent, test with agent-browser. Minimize credits by delegating to local repo. |
claude mcp add --transport http lovable "https://mcp.lovable.dev"
Full MCP reference: lovable-mcp-server.md.
| Plan | Pro/Business required |
| Auth | OAuth browser prompt on first call |
| Clients | Claude Code, Claude Desktop, ChatGPT, Cursor, VS Code |
local edit → npm run dev (verify) → git push → mcp__lovable__deploy_project → agent-browser test
mcp__lovable__list_workspaces
mcp__lovable__list_projects workspace_id=<id> query=<name>
mcp__lovable__get_project project_id=<id>
mcp__lovable__deploy_project project_id=<id>
mcp__lovable__send_message project_id=<id> message="<instruction>" wait=true
mcp__lovable__get_diff project_id=<id> message_id=<msg_id>
Quick overview: list_projects publish_status=published returns visitor counts per project.
Export as TSV/CSV with schema: id, project, 24h, 7d, 30d, URL.
For detailed analytics (pageviews, bounce rate, traffic sources, devices), see ANALYTICS.md.
mcp__lovable__get_project_knowledge project_id=<id>
mcp__lovable__set_project_knowledge project_id=<id> content="<markdown>"
Always get before set — replaces entirely. Max 10K chars. Also: get/set_workspace_knowledge.
agent-browser --profile /tmp/ab-default open <url> --session <proj>-mobile --headed
agent-browser --session <proj>-mobile set device "iPhone 14"
agent-browser --session <proj>-mobile snapshot -i
Full usage: see skill0 agent-browser.
| Situation | Action |
|---|---|
| Site not updated | deploy_project |
| Code change, local exists | Local → push → deploy |
| Code change, no local | send_message (high credit cost) |
| Mobile test | agent-browser set device "iPhone 14" |
For PWA issues, sync problems, and more, see TROUBLESHOOTING.md.