
thumbnail mcp
Automatically Generate Custom Ghibli-Style YouTube Thumbnails with PHP and AI
Repository Info
About This Server
Automatically Generate Custom Ghibli-Style YouTube Thumbnails with PHP and AI
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Thumbnail MCP Tool
A Replicate-based tool for generating thumbnail images via the MCP protocol.
Setup
- Make sure you have a Replicate API key
- Set the environment variable
REPLICATE_API_KEYwith your key - Install dependencies:
composer install
Testing the Tool
Method 1: Using the Mock Test
This method uses a mocked platform to test the tool structure without making real API calls:
php test_thumbnail.php
Method 2: Using the Real API
This method makes actual API calls to Replicate:
REPLICATE_API_KEY=your_api_key php test_real.php
Method 3: Using the Symfony Command
This is the most realistic test as it uses the Symfony DI container:
# Make sure you have the API key in .env.local
bin/console app:test-thumbnail "Your Name"
Tool Usage in MCP
The tool is registered via the AsTool attribute and will be available in the MCP toolbox with the name mcp_thumbnail. It takes a single string parameter name that will be used in the prompt.
Example usage:
{
"name": "John Doe"
}
The tool will return a string with the URL of the generated thumbnail image.
Quick Start
Clone the repository
git clone https://github.com/matyo91/thumbnail-mcpInstall dependencies
cd thumbnail-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.