leeshfield MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@leeshfield MCPCreate a video from my uploaded image"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
leeshfield MCP
MCP (Model Context Protocol) server for leeshfield (video generation platform). AI clients (Claude, etc.) can log in to a leeshfield account via OAuth, add assets, reference them to generate videos, and receive results.
Architecture
MCP 클라이언트 (Claude 등)
│ Streamable HTTP + OAuth 2.1 (PKCE)
▼
leeshfield-mcp ← 이 리포. 얇은 어댑터 (리소스 서버)
│ Bearer 토큰 그대로 전달 (introspection으로 검증)
▼
leeshfield 본체 ← 인가 서버(/oauth/authorize, /api/oauth/*) + REST APIThe authorization server is leeshfield itself. Because the user session (login/consent screen) lives on that domain. This server only advertises the AS location via RFC 9728 protected resource metadata.
This server has no authority of its own. Every tool call passes the user access token straight through to the leeshfield API, and workspace permissions/tenant isolation are enforced by leeshfield.
Stateless Streamable HTTP — no session state, safe for redeployment and multiple replicas.
Related MCP server: creatify-mcp
Tools
Tool | Description |
| Account, active workspace, credit balance |
| Model catalog (resolution, aspect ratio, length, attachment limits) |
| Asset list (kind/q/limit filters) |
| Upload asset via URL or base64 (returns existing asset on duplicate) |
| Credit estimate and balance check before generation |
| Submit generation job (asset references in attachments, idempotency key automatic) |
| Status of the latest 50 jobs |
| Single job status and result URL (for polling) |
Environment Variables
Name | Example | Description |
|
| Listen port |
|
| leeshfield main server (AS + API) |
|
| Public URL of this server |
| (secret) | Shared secret for leeshfield introspection — must match the main server |
Development
npm install
LEESHFIELD_URL=http://localhost:3000 MCP_PUBLIC_URL=http://localhost:3100 \
OAUTH_INTROSPECT_SECRET=dev PORT=3100 npm run devValidation: npm run typecheck && npm run lint
Client Connection
# Claude Code
claude mcp add --transport http leeshfield https://leeshfield-mcp.klr.kr/mcpWhen connecting, a browser opens and you log in to leeshfield (Google/email), then approve on the consent screen. Client registration (DCR) and token issuance are automatic.
Deployment
Branches:
develop→ dev(dev.leeshfield-mcp.klr.kr, internal network only) /main→ prod(leeshfield-mcp.klr.kr)Jenkins → OCI Registry → ArgoCD (gitops
apps/leeshfield-mcp)dev MCP points to dev leeshfield(
dev.leeshfield.klr.kr), prod points to the prod main server.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server that exposes Google's Veo2 video generation capabilities, allowing clients to generate videos from text prompts or images.732MIT
- AlicenseNot gradedqualityDmaintenance🎬 Enterprise-grade MCP Server for Creatify AI - 12 tools for AI video generation: avatar videos, URL-to-video, AI shorts, custom avatars, script generation, advanced lip-sync with emotion control. Complete API coverage with semantic versioning.2322MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for programmatic video generation. Send a prompt, get an MP4.
- AlicenseNot gradedqualityDmaintenanceMCP server for the Golpo AI video API, enabling video generation, listing, and downloading from any MCP-compatible client.MIT
Related MCP Connectors
MCP server for Google Veo AI video generation
MCP server for Wan AI video generation
MCP server for Kling AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leestana01/leeshfield_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server