MCP.so
Sign In

StylePilot MCP Server

@ChenyqThu

About StylePilot MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

ChenyqThu

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is StylePilot MCP Server?

A style template service built on the Model Context Protocol (MCP) that stores and provides content style templates for large language models to achieve stylized output.

How to use StylePilot MCP Server?

Install dependencies with npm install, build the server with npm run build, then configure the MCP client (e.g., Claude Desktop) by adding the path to build/index.js in the client's MCP server configuration file.

Key features of StylePilot MCP Server?

  • Three style categories: text, card, and structure styles.
  • Resource URIs in the format style:///{category}/{style_id}.
  • Six tools: get, search, create, update, delete, and list styles.
  • An apply_style prompt for generating styled content.
  • Local JSON file storage (data/text_styles.json, data/card_styles.json, data/structure_styles.json).
  • Communication via stdio, debuggable with MCP Inspector.

Use cases of StylePilot MCP Server?

  • Generate content with a consistent text style (e.g., poetic, formal).
  • Create styled cards for social media or presentation.
  • Apply structural templates (e.g., report, blog) to LLM outputs.
  • Build a custom style library and share it across MCP‑enabled clients.

FAQ from StylePilot MCP Server

What style categories are available?

Text styles, card styles, and structure styles.

How is data stored?

Style templates are stored locally in three JSON files under the data/ directory.

How do I debug the server?

Run npm run inspector and open the provided URL in a browser to use the MCP Inspector.

What transport protocol does the server use?

It communicates via standard input/output (stdio).

Can I create my own style templates?

Yes, use the create_style tool to define new templates with multi‑dimensional features.

Comments

More Other MCP servers