RT-Prompt-MCP is a server that provides domain-specific prompt suggestions to enhance LLM-generated content across various development and design tasks:
- Backend Development: Suggestions based on context, programming language, and database type
- Frontend Development: Prompts tailored to framework, device type, and context
- UI Design: Design conversion prompts considering platform and design type
- General Scenarios: Task-specific prompts for code or document generation
- RT CRUD Standards: Development prompts following Rongtong backend standards
- Feishu Integration: Specialized prompts for Feishu-related use cases
Provides specialized prompt suggestions for MySQL database design and development tasks
Offers tailored prompt suggestions for PostgreSQL database design and development
Delivers frontend-specific prompt suggestions optimized for React framework development
RT-Prompt-MCP
RT-Prompt-MCP 是一个基于 Model Context Protocol (MCP) 的服务器,专注于提供开发和设计相关的提示词补充建议。
功能特点
- 提供特定领域的提示词补充,帮助 LLM 生成更符合要求的内容
- 支持后端开发、前端开发和通用场景的提示词
- 易于集成到支持 MCP 协议的客户端
- 使用 TypeScript 开发,类型安全
安装
Installing via Smithery
To install rt-prompt-mcp-server for Claude Desktop automatically via Smithery:
Manual Installation
全局安装:
使用方法
作为命令行工具运行
安装后,直接运行:
作为 MCP Server 与 MCP 客户端集成
在支持 MCP 协议的应用中(如 Claude Desktop)配置:
工具说明
该 MCP Server 提供五个主要工具:
- get_backend_suggestions: 获取后端开发相关的提示词补充
context
: 当前上下文或任务描述databaseType
: 数据库类型(如 MySQL、PostgreSQL 等)language
: 编程语言(如 Java、Python 等)
- get_frontend_suggestions: 获取前端开发相关的提示词补充
context
: 当前上下文或任务描述framework
: 前端框架(如 React、Vue 等)deviceType
: 设备类型(如移动端、桌面端等)
- get_general_suggestions: 获取通用场景的提示词补充
context
: 当前上下文或任务描述taskType
: 任务类型(如代码生成、文档生成等)
- get_ui_design_suggestions: 获取 UI 设计图转化相关的提示词补充
context
: 当前上下文或任务描述designType
: 设计类型(如线框图、高保真原型图等)platform
: 平台类型(如 Web、iOS、Android 等)
- get_rt_crud_suggestions: 获取荣通后端标准 CRUD 开发规范提示词。
base_path
(可选): Java/Kotlin 根包路径,例如 'com.example.myapp' 或 'cn.teamy'。如果提供,将替换提示中默认的 'cn.teamy'。请使用点分隔路径。
- get_feishu_prompt: 获取飞书相关的提示词
prompt_name
: 提示词名称,如'UI 转化提示词'、'AI 生成 UI-3D 风格'等
示例
例如,要获取 MySQL 数据库设计的建议:
开发
前提条件
- Node.js 16+
- npm 或 yarn
本地开发
- 克隆仓库:
- 安装依赖:
- 构建项目:
- 本地测试:
许可证
MIT
Tools
A Model Context Protocol server that provides specialized prompt suggestions for backend development, frontend development, and general tasks to help LLMs generate better content.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.Last updated -12PythonMIT License
- -securityAlicense-qualityA Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.Last updated -5PythonApache 2.0
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.Last updated -TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.Last updated -251,05415,121JavaScriptMIT License