← Back to Plugins
MCP Server MCP

io.github.pictify-io/mcp

github By github 👁 1 views ▲ 0 votes

Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.

Homepage Verified source GitHub

Install

npx -y @pictify/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.pictify.io"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@pictify/mcp-server",
      "version": "1.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Pictify API key from https://pictify.io/dashboard/api-tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PICTIFY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...