Skip to main content
Glama

πŸ“‹ Overview

Refine Prompt is an intelligent prompt engineering tool that transforms ordinary prompts into powerful, structured instructions for any large language model (LLM). Using Claude's advanced capabilities, it enhances your prompts to produce exceptional results across all AI platforms.

πŸ”‘ Important: Your prompt must include the keyword "refine" to activate the enhancement process.

Example: "refine, Create a function that calculates the factorial of a number"


πŸš€ Installation

πŸ“¦ Via NPM

npm install refine-prompt

πŸ› οΈ Via Smithery

You can install this MCP server directly through Smithery by visiting: Smithery - Refine Prompt

πŸ“ Via Local Repository

# Clone the repository git clone https://github.com/felippefarias/refine-prompt.git cd refine-prompt # Install dependencies npm install

🏁 Getting Started

πŸ”‘ API Key Setup

Refine Prompt requires an Anthropic API key to access Claude's advanced capabilities:

export ANTHROPIC_API_KEY=your_anthropic_api_key

Without an API key, the tool will display an error message.

βš™οΈ Running the Server

npm start

Or with MCP Inspector:

npx @modelcontextprotocol/inspector npm start

πŸ”§ Tool: rewrite_prompt - The Power of Refinement

Transform your ideas into expertly crafted prompts. This powerful tool analyzes your input and generates a professionally engineered prompt that maximizes AI understanding and response quality.

πŸ“ Parameters

Parameter

Description

Required

prompt

Your raw prompt that needs refinement (must include "refine" keyword)

βœ…

language

For code-related prompts, specify the target programming language

❌

πŸ“‹ Example Usage

{ "name": "rewrite_prompt", "arguments": { "prompt": "refine, Summarize the main points of the article titled \"The Future of AI\"" } }
{ "name": "rewrite_prompt", "arguments": { "prompt": "refine, 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. Every prompt must include the keyword "refine" to trigger the enhancement process.

It enhances your prompt by:

  1. πŸ“ Adding clear structure and context

  2. πŸ“ Specifying requirements and expectations

  3. πŸ” Including domain-specific considerations

  4. 🌐 Optimizing for any LLM understanding


✨ Features

Feature

Description

πŸ€– AI-Powered Refinement

Leverages Claude 3.5 Sonnet's advanced capabilities to transform your prompts

πŸ”‘ Activation with Keywords

Simply include "refine" in your prompt to trigger the enhancement

🌐 Universal Compatibility

Optimizes prompts for any type of task or domain

πŸ’» Code-Specific Intelligence

Provides specialized enhancements for programming tasks when language is specified

πŸ”„ Seamless Integration

Works flawlessly with any LLM-powered application or workflow

🎯 Precision-Focused

Uses 0.2 temperature setting to ensure reliable, consistent output quality

πŸ“Š Structural Clarity

Adds logical organization, clear instructions, and proper formatting


βš™οΈ Configuration

πŸ–₯️ Usage with Claude Desktop

Add this to your claude_desktop_config.json:

{ "mcpServers": { "refine-prompt": { "command": "npx", "args": [ "-y", "refine-prompt" ] } } }
# Clone the repository git clone https://github.com/felippefarias/refine-prompt.git cd refine-prompt # Install dependencies npm install # Run the server node index.js

πŸ“Š Examples

πŸ“ General Prompt Enhancement

refine, Summarize the main points of the article titled "The Future of AI"
{ "prompt": "refine, Summarize the main points of the article titled \"The Future of AI\"" }
refine, Create a function that sorts an array of objects by a specific property
{ "prompt": "refine, Create a function that sorts an array of objects by a specific property", "language": "typescript" }

The tool will rewrite both prompts to be more structured and detailed for optimal results with any LLM.


πŸš€ Elevate Your AI Interactions

Refine Prompt bridges the gap between human thinking and AI understanding. By transforming your natural language instructions into expertly engineered prompts, it helps you unlock the full potential of any language model. Whether you're a developer, content creator, researcher, or AI enthusiast, Refine Prompt gives you the power to communicate with AI more effectively.


πŸ“„ License

Refine Prompt is licensed under the MIT License. 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.

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FelippeFarias/refine-prompt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server