Widemile MCP
Build on the Widemile creative stack
Hosted Model Context Protocol server for the Widemile creative tools — generation, editing, characters, video, and 3D. Streamable HTTP, OAuth 2.1 + PKCE, 9 typed tools, production-ready from Claude, Cursor, and any compliant MCP client.
Tools
9
Transport
Streamable HTTP
Auth
OAuth 2.1 + PKCE
Version
2.0.0
Tool categories
Quickstart — pick a path
Two ways to use Widemile programmatically. Both hit the same hosted backend — pick the one that fits your workflow. The CLI is the fastest path for terminals and scripts; the MCP connector is the fastest path for Claude / Cursor.
# 1. Install
npm i -g @wmstudio/cli
# 2. Log in
# Token issuance from the dashboard is temporarily unavailable.
wm login
# 3. Generate
wm gen image "a single red apple on white seamless" -o apple.pngWhere to next
CLI (wm)
Install once with npm, log in once, generate from any terminal or script.Connect Claude or Cursor
Use the hosted MCP server directly from an AI client — no install needed.Tool reference
Every Widemile MCP tool — params, examples, errors, related calls.Workflows
End-to-end recipes: generate, expand, camera angles, brand campaigns, casting → UGC.Errors
Common failure modes and the right recovery paths.