Skip to content

choice-form/lovision-mcp-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lovision MCP Skills

Create, edit, inspect, preview, export, and hand off native Lovision designs from external agents.

This package is shaped like an external agent skill/plugin repository. It bundles:

Every install path should surface the same Markdown skill under skills/ and the same Remote MCP endpoint:

https://mcp.lovision.ai/

Lovision MCP is currently Early Access. If your client does not show a Lovision / OneAuth authorization flow after adding the server, confirm that Lovision has enabled MCP for your account and has provided the required authorization method.

Install

Claude Code plugin

claude /plugin marketplace add choice-form/lovision-mcp-skills
claude /plugin install lovision

The plugin registers the lovision-remote MCP server from .mcp.json and exposes the skill docs under skills/.

Claude Code skills only

Use this when Lovision MCP is already configured and you only want the skill instructions:

npx skills add choice-form/lovision-mcp-skills --skill lovision-mcp -a claude-code

Manual MCP setup:

claude mcp add --transport http lovision-remote https://mcp.lovision.ai/

Then run /mcp in Claude Code, select lovision-remote, and complete the Lovision / OneAuth authorization flow.

Cursor plugin

/add-plugin choice-form/lovision-mcp-skills

Cursor reads .cursor-plugin/plugin.json, installs the skill, and registers the MCP server.

Skills-only fallback:

npx skills add choice-form/lovision-mcp-skills --skill lovision-mcp -a cursor

Manual Cursor MCP config:

{
  "mcpServers": {
    "lovision-remote": {
      "type": "streamable-http",
      "url": "https://mcp.lovision.ai/"
    }
  }
}

Gemini CLI

gemini extensions install https://github.com/choice-form/lovision-mcp-skills
gemini /mcp auth lovision-remote

The extension manifest registers Lovision MCP and enables OAuth.

Codex

Configure MCP:

codex mcp add lovision-remote --url https://mcp.lovision.ai/
codex mcp login lovision-remote

Then add the skill with the skills CLI if your Codex environment supports it:

npx skills add choice-form/lovision-mcp-skills --skill lovision-mcp -a codex

Other agents

For hosts that do not understand plugin manifests, either use the skills CLI for that host or include the skill directly in the agent prompt:

@include skills/lovision-mcp/SKILL.md

For raw MCP clients, use .mcp.json as the Remote MCP server config.

Desktop Local MCP

Remote MCP and Desktop Local MCP should be configured as two different MCP servers:

  • lovision-remote: https://mcp.lovision.ai/, uses Lovision / OneAuth login, and should initialize sessions with runtime remote-web.
  • lovision-desktop: copied from Lovision Desktop Settings > MCP, uses a local bearer secret, and should initialize sessions with runtime desktop-local.

Do not hand-write the Desktop Local MCP authorization header. Open Lovision Desktop, go to Settings > MCP, enable Local MCP, then copy the actual Claude/Cursor/Codex config from that screen. The default URL is usually http://127.0.0.1:3846/mcp, but Desktop may choose another port if 3846 is occupied.

First Test

After connecting, ask the agent:

Use the lovision-remote MCP server. Initialize a Lovision session with runtime "remote-web". If projectId "<projectId>" is available, open that project first; otherwise list accessible projects and ask me which one to open. Then list available capabilities and summarize the project or page context. Do not modify the design yet.

For a write smoke test after you confirm the target:

Use Lovision MCP with projectId "<projectId>" to create a small frame named "MCP smoke test" on the current page, run a quality check, capture a preview, and summarize what changed.

The agent should call lovision.session.init first and should use lovision.capabilities.list plus lovision.document.getContext before making edits.

Related Product Docs

  • Lovision MCP overview: packages/docs/content/docs/mcp/overview.mdx
  • Lovision MCP getting started: packages/docs/content/docs/mcp/getting-started.mdx
  • Lovision MCP tools: packages/docs/content/docs/mcp/tools.mdx

About

Agent skill and MCP configuration for Lovision — teaches Claude, Cursor, Codex, and Gemini the canonical session-first Lovision MCP workflow.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors