Cover image
Try Now
2025-03-30

Escriba 10x mejores indicaciones utilizando el servidor de ingeniería MCP de inmediato.

3 years

Works with Finder

1

Github Watches

3

Github Forks

2

Github Stars

Coding Prompt Engineer MCP Server

This Model Context Protocol (MCP) server provides a tool to rewrite coding prompts for optimal results with Cursor AI and other AI IDEs, using Claude by Anthropic.

Installation

npm install

Install via Smithery

You can install this MCP server directly through Smithery by visiting: https://smithery.ai/server/@hireshBrem/prompt-engineer-mcp-server

Usage

Setting Environment Variables

The server requires an Anthropic API key to use Claude for formatting. Set it as an environment variable:

export ANTHROPIC_API_KEY=your_anthropic_api_key

If no API key is provided, the server will throw an error indicating the missing API key.

Running the Server

npm start

Or with MCP Inspector:

npx @modelcontextprotocol/inspector npm start

Tool: rewrite_coding_prompt

This tool takes a raw prompt and rewrites it for optimal results with Cursor AI and other AI IDEs.

Parameters

  • prompt (required): The raw user's prompt that needs rewriting
  • language (required): The programming language of the code

Example Usage

{
  "name": "rewrite_coding_prompt",
  "arguments": {
    "prompt": "Create a function to convert temperature between Celsius and Fahrenheit",
    "language": "typescript"
  }
}

How It Works

The server uses Claude 3 Sonnet by Anthropic to intelligently rewrite your prompts for better results. It enhances your prompt by:

  1. Adding clear structure and context
  2. Specifying requirements and expectations
  3. Including language-specific considerations
  4. Optimizing for AI IDE understanding

Features

  • Intelligent Prompt Engineering: Uses Claude 3 Sonnet to rewrite prompts for optimal results
  • Language-Aware: Customizes prompts based on target programming language
  • Easy Integration: Works seamlessly with Cursor and other AI IDEs
  • Low Temperature Setting: Uses 0.2 temperature for consistent, structured output

Configuration

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

NPX

{
  "mcpServers": {
    "cursor-prompt-engineer": {
      "command": "npx",
      "args": [
        "-y",
        "cursor-prompt-engineer"
      ]
    }
  }
}

Local Installation

# Clone the repository
git clone https://github.com/yourusername/cursor-prompt-engineer.git
cd cursor-prompt-engineer

# Install dependencies
npm install

# Run the server
node index.js

Example

Input:

Create a function that sorts an array of objects by a specific property

With arguments:

{
  "prompt": "Create a function that sorts an array of objects by a specific property",
  "language": "typescript"
}

The tool will rewrite the prompt to be more structured and detailed for optimal results with your AI IDE.

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • J. DE HARO OLLE
  • Especialista en juegos de palabras en varios idiomas.

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • albert tan
  • Japanese education, creating tailored learning experiences.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • deemkeen
  • Controle su MBOT2 con un combo de potencia: MQTT+MCP+LLM

  • zhaoyunxing92
  • 本项目是一个钉钉 MCP (Protocolo del conector de mensajes )服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 支持员工信息查询和消息发送等功能。 支持员工信息查询和消息发送等功能。

  • pontusab
  • La comunidad de cursor y windsurf, encontrar reglas y MCP

    Reviews

    4 (1)
    Avatar
    user_FP2tY0Be
    2025-04-16

    I’ve been using the prompt-engineer-mcp-server by hireshBrem and it has drastically improved my workflow. The seamless integration and efficient processing capabilities make it a top choice for developers. Highly recommend checking it out at https://github.com/hireshBrem/prompt-engineer-mcp-server. Excellent tool!