docs(mcp): add Pictify to mcpServers secrets example#12486
Open
suyash-thakur wants to merge 1 commit into
Open
docs(mcp): add Pictify to mcpServers secrets example#12486suyash-thakur wants to merge 1 commit into
suyash-thakur wants to merge 1 commit into
Conversation
Adds the @pictify/mcp-server entry alongside Supabase and GitHub in the 'Work with Secrets in MCP Servers' example. Pictify is an MCP server for rendering images, GIFs, and PDFs from HTML/URLs/templates — a common agent need (OG images, social cards, invoices, certificates) that isn't covered by the existing examples. Co-Authored-By: Paperclip <noreply@paperclip.ing>
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
@pictify/mcp-serveras a third concrete example in the Work with Secrets in MCP Servers section of the MCP deep-dive, alongside the existing Supabase and GitHub entries.Why
Pictify is an MCP server that lets agents render images, GIFs, and PDFs from HTML/CSS, URLs, or reusable templates — closing the gap between an agent describing an image, slide, or document and actually producing a publish-ready file (OG images, social cards, invoices, certificates, shipping labels, etc.). It's a reasonably common need that none of the existing example servers (database, source control, browser) cover.
The package follows the same
npx + envpattern as the existing examples, so the addition fits the section's shape without changing structure.Links
https://mcp.pictify.io(not added to docs here — kept this PR to the stdio + secrets pattern of the section)Checklist
Summary by cubic
Added
@pictify/mcp-serveras a third example in the “Work with Secrets in MCP Servers” section, alongside Supabase and GitHub. The example shows npx + env setup withPICTIFY_API_KEY, enabling agents to render images, GIFs, and PDFs from HTML, URLs, or templates.Written for commit 90b8f5c. Summary will update on new commits. Review in cubic