Skip to main content
Glama

leeshfield MCP

用于 leeshfield(视频生成平台)的 MCP(Model Context Protocol)服务器。 AI 客户端(如 Claude)可以通过 OAuth 登录 leeshfield 账户、添加资产, 并引用这些资产生成视频、接收结果。

架构

MCP 클라이언트 (Claude 등)
   │  Streamable HTTP + OAuth 2.1 (PKCE)
   ▼
leeshfield-mcp  ← 이 리포. 얇은 어댑터 (리소스 서버)
   │  Bearer 토큰 그대로 전달 (introspection으로 검증)
   ▼
leeshfield 본체  ← 인가 서버(/oauth/authorize, /api/oauth/*) + REST API
  • 授权服务器是 leeshfield 本体。 因为用户会话(登录·同意页面)位于该域名下。 本服务器仅通过 RFC 9728 受保护资源元数据告知 AS 的位置。

  • 本服务器自身没有权限。所有工具调用都将用户访问令牌直接传递给 leeshfield API, 工作区权限·租户隔离由 leeshfield 强制执行。

  • 无状态 Streamable HTTP — 没有会话状态,对重新部署·多副本安全。

Related MCP server: creatify-mcp

工具

工具

说明

whoami

账户·活动工作区·积分余额

list_models

模型目录(分辨率·宽高比·时长·附件限制)

list_assets

资产列表(kind/q/limit 过滤器)

upload_asset

通过 URL 或 base64 上传资产(重复时返回现有资产)

estimate_video

生成前积分估算·余额确认

generate_video

提交生成任务(资产引用 attachments,自动生成幂等键)

list_jobs

最近 50 条任务状态

get_job

单条任务状态·结果 URL(用于轮询)

环境变量

名称

示例

说明

PORT

3000

监听端口

LEESHFIELD_URL

https://leeshfield.klr.kr

leeshfield 本体(AS + API)

MCP_PUBLIC_URL

https://leeshfield-mcp.klr.kr

本服务器的公开 URL

OAUTH_INTROSPECT_SECRET

(机密)

leeshfield introspection 共享密钥 — 与本体相同值

开发

npm install
LEESHFIELD_URL=http://localhost:3000 MCP_PUBLIC_URL=http://localhost:3100 \
OAUTH_INTROSPECT_SECRET=dev PORT=3100 npm run dev

验证:npm run typecheck && npm run lint

客户端连接

# Claude Code
claude mcp add --transport http leeshfield https://leeshfield-mcp.klr.kr/mcp

连接时浏览器会打开,在 leeshfield 登录(Google/邮箱)后在同意页面点击允许即可。 客户端注册(DCR)·令牌签发均为自动完成。

部署

  • 分支:develop → dev(dev.leeshfield-mcp.klr.kr,仅内网)/ main → prod(leeshfield-mcp.klr.kr

  • Jenkins → OCI Registry → ArgoCD(gitops apps/leeshfield-mcp

  • dev MCP 指向 dev leeshfield(dev.leeshfield.klr.kr),prod 指向 prod 本体。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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