All Sources Images plugin now supports WordPress Abilities API + MCP #204
estebanstifli
started this conversation in
Show and tell
Replies: 1 comment
-
I'm not aware of a listing, but having context for some examples will be helpful for others to see how to extend into their plugins/codebases as well as help inform back to the AI team on any edge case oddities. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! 👋
First of all, thank you to the WordPress AI team for the incredible work on the Abilities API and MCP Adapter. It's exciting to see WordPress embracing AI agent interoperability!
I've been working on adding Abilities API support to my plugin https://wordpress.org/plugins/all-sources-images/ which helps automatically find and set featured images from multiple sources (stock photos + AI generators).
I've implemented 5 abilities that AI agents can now use via MCP:
allsi/search-image - Search images from Pexels, Pixabay, Unsplash, DALL-E, Stable Diffusion, etc.
allsi/set-featured-image - Download and set a featured image from any URL
allsi/auto-generate-for-post - Automatically find and set an image based on post title
allsi/insert-image-in-content - Insert images within post content at specific positions
allsi/generate-ai-image - Generate images using AI (DALL-E, Stability, Gemini, Replicate, Workers AI)
Example prompts AI agents can now handle:
"Search for a sunset beach image on Pixabay"
"Set this image as the featured image for post 123"
"Generate an AI image of a futuristic city with flying cars using DALL-E"
"Find an image for my blog post about coffee and set it as featured"
"Insert an image after the second paragraph of post 456"
My question: Is there a directory or list somewhere of plugins that have implemented Abilities API / MCP support? It would be helpful both for users looking for AI-compatible plugins and for developers looking for implementation examples.
Thanks again for all the work on this! Happy to share more details about the implementation if it helps others.
Beta Was this translation helpful? Give feedback.
All reactions