stylize-mcp-server

BryceEWatson/stylize-mcp-server
★ 0 stars Python AI/LLM Updated 1d ago
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.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stylize-mcp-server": {
      "command": "uvx",
      "args": [
        "stylize-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install stylize-mcp-server

Topics

aiclaude-desktopdall-efastapigcp-cloud-runimage-generationmcp-serverpython