MCP Prompt Server
@jamisliao
MCP Prompt Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"prompt-server": {
"command": "node",
"args": [
"/Users/{your name}/opensource/mcp_prompt_server/dist/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Prompt Server?
MCP Prompt Server is a custom prompt server built on the Model Context Protocol, designed for Claude Desktop. It provides multiple predefined prompt templates and extensible tool functions for seamless integration with Claude Desktop.
How to use MCP Prompt Server?
Install Node.js (>=18) and Claude Desktop, then clone the repository, run npm install and npm build. Add a JSON configuration to Claude Desktop's config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json) pointing to the built dist/index.js. In Claude Desktop, start a new conversation, click the paperclip icon, choose "Choose an integration" > "prompt-server", and select a prompt template.
Key features of MCP Prompt Server
- Provides four predefined prompt templates: development, research, analyze, code-review
- Includes two tools: format_code and generate_prompt
- Seamlessly integrates with Claude Desktop via MCP
- Easily extensible – add new prompts or tools following project structure
- Built with Node.js and TypeScript
Use cases of MCP Prompt Server
- Get professional guidance for software development tasks
- Obtain in-depth research analysis on a topic
- Perform comprehensive content analysis
- Receive expert code review feedback
- Generate custom prompts based on a theme
FAQ from MCP Prompt Server
What is MCP Prompt Server?
It is a custom prompt server based on the Model Context Protocol, designed for Claude Desktop to offer predefined prompt templates and tools.
What are the prerequisites?
Node.js version 18 or higher and the Claude Desktop application are required.
How do I integrate it with Claude Desktop?
Add a configuration entry in Claude Desktop's config file with "command": "node" and "args" pointing to the built dist/index.js.
What prompt templates are available?
Four templates: development (software development guidance), research (in-depth analysis), analyze (comprehensive content analysis), and code-review (code review feedback).
What tools are included?
Two tools: format_code (formats code with syntax highlighting) and generate_prompt (generates custom prompts based on a theme).
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント