mcp-server-stylepilot

mcp-server-stylepilot

3.2

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

  1. get_style

    Retrieve a specific style template.

  2. search_style

    Search for style templates using keywords.

  3. create_style

    Create a new style template.

  4. update_style

    Update an existing style template.

  5. delete_style

    Delete a style template.

  6. list_styles

    List available style templates.