MCP.so
Sign In

MCP Prompt Server

@jamisliao

About MCP Prompt Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

jamisliao

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "prompt-server": {
      "command": "node",
      "args": [
        "/Users/{your name}/opensource/mcp_prompt_server/dist/index.js"
      ]
    }
  }
}

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 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).

Comments

More Other MCP servers