mcp-server-stylepilot
If you are the rightful owner of mcp-server-stylepilot 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.
StylePilot MCP Server is a Model Context Protocol-based service designed to store and provide various content style templates for large language models (LLM) to use via the MCP protocol for stylized output.
StylePilot MCP Server is a specialized service that leverages the Model Context Protocol (MCP) to manage and deliver style templates for content generation. It supports large language models (LLM) by providing a structured way to access and apply different styles to their outputs. The server offers templates in three main categories: text, card, and structure styles, each accessible through a unique URI. These templates are defined in JSON format and include detailed multi-dimensional feature descriptions. The server also provides a suite of tools for managing these templates, including creation, updating, and deletion functionalities. This service is particularly useful for applications requiring consistent and customizable content styling, such as automated content generation platforms.
Features
- Provides three categories of style templates: text, card, and structure.
- Access style templates via URI: style:///{category}/{style_id}.
- Each style template includes detailed multi-dimensional feature descriptions.
- Style definitions are provided in JSON format.
- Tools for managing style templates: get, search, create, update, delete, and list.
Tools
get_style
Retrieve a specific style template.
search_style
Search for style templates using keywords.
create_style
Create a new style template.
update_style
Update an existing style template.
delete_style
Delete a style template.
list_styles
List available style templates.