Connect via MCP
Winthrope ships a Model Context Protocol server, so Claude Desktop, Claude Code, and any MCP-capable agent can generate images, video, posters, and characters — and read your gallery, projects, and credits — directly through their own chat. One authenticated endpoint, your credits, your workspace.
1Claude Desktop
Open Settings → Developer → Edit Config and add the Winthrope server. Claude walks you through the sign-in (OAuth) on first use.
{
"mcpServers": {
"winthrope": {
"url": "https://api.winthrope.uk/mcp"
}
}
}Restart Claude Desktop, then approve the connection in the browser tab it opens.
2Claude Code / CLI
Add the server from your terminal:
claude mcp add --transport http winthrope https://api.winthrope.uk/mcp3Any other agent
Point any MCP client at the endpoint below. Auth is standard OAuth 2.0 with PKCE — clients auto-discover the authorize/token endpoints from the well-known document, so no manual key handling is needed.
Transport: Streamable HTTP
Endpoint: https://api.winthrope.uk/mcp
Auth: OAuth 2.0 (Authorization Code + PKCE / S256)
Discovery: https://api.winthrope.uk/.well-known/oauth-authorization-serverOn connect the client redirects you to a Winthrope consent screen; approving mints a scoped token tied to your account. Every tool call charges credits against your balance, exactly like the web app.
4What you can do
Create
Generate new media straight from your agent.
- Generate images across the full model catalogue
- Generate video (Kling, Luma, Seedance & more)
- Design posters from a brief or prompt
- Create character portraits
Organise
Read and manage everything in your workspace.
- Browse and search your gallery
- Save, like, and remove generations
- Manage canvas, video, and character projects
- Access your saved workflow pipelines
Account
Stay in context while you work.
- Check your credit balance and profile
- Browse the voice catalogue
Need an account?
MCP access uses your normal Winthrope login and credit balance. Create an account, top up credits, and start generating from your agent.