Charmshots MCP
OfficialClick on "Deploy 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., "@Charmshots MCPCreate an AI portrait from my photo"
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.
Charmshots MCP
Create AI portraits from your own photographs.
get_profile reads only your own account email, available credits and onboarding status. It does not expose photos, body measurements or orders, generate images, or spend credits.
Remote MCP
Use https://charmshots.com/mcp in a client that supports remote MCP with OAuth. Sign in to Charmshots and explicitly approve the connection.
Related MCP server: OpenAI Image MCP Server
Claude Desktop and other stdio clients
Requires Node.js 22 or newer. Add this configuration:
{
"mcpServers": {
"charmshots": {
"command": "npx",
"args": [
"-y",
"charmshots-mcp"
]
}
}
}Or install the .mcpb file from Releases in your desktop client's Extensions settings. The connector opens your browser for sign-in. If the consent page asks you to sign in, use its new-tab link, then return and refresh the consent page.
Privacy and permissions
Your product password and provider credentials are not requested by this package. The pinned mcp-remote bridge handles OAuth, PKCE and local token storage. It connects only to the fixed endpoint above; command-line endpoint overrides are not supported. OAuth tokens are stored locally by mcp-remote and should be treated as credentials.
Revoke a connection at Charmshots MCP connections.
Development and publishing
Run npm ci and npm test. GitHub Actions publishes a new package version using the organization’s NPM_TOKEN secret, then builds and releases the desktop bundle. Keep package.json, manifest.json, server/config.json and server.json versions aligned.
Marketplace approval is separate from npm publication. See the product’s submission notes for endpoint tests and review prerequisites.
This server cannot be deployed
Maintenance
Related MCP Connectors
AI photos from a selfie across 150+ themes, plus 19 image edits and AI video.
Generate AI influencer photos, face swaps, and character sheets with a consistent face.
Generate and edit AI images and videos with SelfieLab's creative tools.
AI image and video generation, talking avatars, consistent characters and photo packs from Claude.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables the automatic generation of complete Live2D models from a single photo by automating segmentation, rigging, and physics configuration. It provides a full pipeline for creating layered art meshes and motion files through a suite of specialized animation tools.72MIT
- AlicenseNot gradedqualityDmaintenanceEnables conversational image generation, editing, and refinement through OpenAI models with session memory for iterative creative workflows.1MIT
- AlicenseAqualityDmaintenanceEnables AI image generation via Antigravity (Google Gemini) and OpenAI DALL-E 3, supporting text-to-image, image editing, multiple outputs, and character consistency.55 npm9MIT
- FlicenseAqualityDmaintenanceEnables AI-powered image generation and editing using Google Gemini models, with support for transparency, reference images, and flexible output sizes.2-