- StylePilot MCP Server
StylePilot MCP Server
Content
StylePilot MCP Server
基于Model Context Protocol (MCP)的风格模板服务,用于存储和提供各类内容风格模板,供大语言模型(LLM)通过MCP协议调用,以实现风格化输出。
功能特点
资源 (Resources)
- 提供三种风格类别模板:文本风格、卡片风格、结构风格
- 通过
style:///{category}/{style_id}URI访问风格模板 - 每个风格模板包含详细的多维度特征描述
- 以JSON格式提供风格定义
工具 (Tools)
get_style- 获取特定风格模板search_style- 通过关键词搜索风格模板create_style- 创建新风格模板update_style- 更新现有风格模板delete_style- 删除风格模板list_styles- 列出可用风格模板
提示 (Prompts)
apply_style- 应用风格模板生成内容- 指导LLM获取并应用风格模板生成内容
- 支持多维度风格特征的应用
开发指南
安装依赖:
npm install
构建服务器:
npm run build
开发模式(自动重新构建):
npm run watch
安装与集成
要在支持MCP的LLM客户端(如Claude Desktop)中使用,添加服务器配置:
在Windows上: %APPDATA%/Claude/claude_desktop_config.json
在MacOS上: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"stylepilot": {
"command": "/path/to/mcp-server-stylepilot/build/index.js"
}
}
}
调试
由于MCP服务器通过标准输入/输出流(stdio)通信,可以使用MCP Inspector进行调试:
npm run inspector
Inspector将提供一个URL,可在浏览器中访问调试工具。
使用流程
获取并应用风格模板
- 使用
list_styles工具列出所有可用风格 - 或者使用
search_style工具通过关键词搜索特定风格(例如搜索"卡片"或"散文") - 使用
get_style工具获取详细的风格模板定义 - 根据风格模板生成内容
创建新风格模板
- 定义风格模板各个维度的特征
- 使用
create_style工具创建新风格 - 应用新创建的风格模板
数据存储
风格模板存储在本地JSON文件中:
data/text_styles.json- 文本风格data/card_styles.json- 卡片风格data/structure_styles.json- 结构风格
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
WindsurfThe new purpose-built IDE to harness magic
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
CursorThe AI Code Editor
ChatWiseThe second fastest AI chatbot™
DeepChatYour AI Partner on Desktop
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Tavily Mcp
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Amap Maps高德地图官方 MCP Server