AI image stylization MCP server with 5 artistic styles, freemium credit system, and live demo. Built with FastAPI, DALL-E 3, and deployed on GCP Cloud Run.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"stylize-mcp-server": {
"command": "uvx",
"args": [
"stylize-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add stylize-mcp-server uvx stylize-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"stylize-mcp-server": {
"command": "uvx",
"args": [
"stylize-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install stylize-mcp-server