Lucker631/mcp-templateio
If you are the rightful owner of mcp-templateio and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP TemplateIO is an image generation tool using Templated.io, built with the mcp-framework.
MCP TemplateIO is a Model Context Protocol (MCP) server designed to facilitate image generation using Templated.io. It serves as a foundational template for building MCP servers with custom tools, providing an example tool and comprehensive instructions for adding, developing, and publishing additional tools to npm. The project is structured to support easy setup, development, and deployment of MCP servers, with a focus on extensibility and customization. The server includes a Templated Image Generator tool that leverages the Templated.io API to create images based on specified templates and input parameters. Developers can expand the server's capabilities by adding new tools using the provided CLI commands, and the project supports integration with platforms like Claude Desktop for local development and deployment. The server is built using TypeScript and follows a modular architecture, making it easy to maintain and extend.
Features
- Templated Image Generator: Generates images using Templated.io API with customizable templates.
- Tool Development: Provides a framework for creating and integrating custom tools.
- CLI Support: Includes commands for adding new tools and managing the server.
- NPM Publishing: Instructions for publishing tools to npm for wider distribution.
- Platform Integration: Supports integration with Claude Desktop for local development.
Usages
usage with claude desktop local development
{ "mcpServers": { "mcp-templateio": { "command": "node", "args": ["/absolute/path/to/mcp-templateio/dist/index.js"] } } }
usage with claude desktop after publishing
{ "mcpServers": { "mcp-templateio": { "command": "node", "args": [ "C:\\Users\\alex0\\Documents\\AA_CodeAndScripts\\modelcontextprotocol\\mcp-templateio\\dist\\index.js" ], "env": {"TEMPLATED_API_KEY":"YOUR-API-KEY-HERE"} } } }
Tools
1
Generator**