MCP.so
ログイン

StylePilot MCP Server

@ChenyqThu

StylePilot MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

ChenyqThu

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ