improver-mcp

daneb/improver-mcp

3.3

If you are the rightful owner of improver-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Prompt Collector is a server that enhances prompt engineering skills by providing tools for logging, analyzing, and improving prompts in Claude Desktop.

The MCP Prompt Collector is designed to integrate seamlessly with Claude Desktop, offering a suite of interactive tools to help users refine their prompt engineering skills. By logging and analyzing prompts, the server provides valuable insights into the structure, clarity, and effectiveness of user inputs. It features a web dashboard for easy access to analytics and history, allowing users to track their progress over time. The server operates locally, ensuring data privacy and security, with all information stored in a SQLite database. Users can manually log prompts for analysis, receive quality scores, and get actionable suggestions for improvement. The MCP Prompt Collector is an essential tool for anyone looking to enhance their prompt crafting abilities, offering a comprehensive solution for prompt analysis and improvement.

Features

  • Interactive tools for prompt analysis and improvement
  • Real-time quality scoring and insights generation
  • Local data storage with privacy and security
  • Web dashboard for analytics and history tracking
  • Automated suggestions for prompt enhancement

Usages

npm with Claude Desktop

{
  "mcpServers": {
    "mcp-prompt-collector": {
      "command": "mcp-prompt-collector",
      "env": {
        "HOME": "/Users/daneb"
      }
    }
  }
}

source with Claude Desktop

{
  "mcpServers": {
    "mcp-prompt-collector": {
      "command": "/path/to/your/node",
      "args": ["/path/to/improver-mcp/dist/index.js"],
      "env": {
        "HOME": "/Users/daneb"
      }
    }
  }
}

Tools

  1. log_prompt

    Log and analyze a prompt with immediate quality feedback

  2. improve_prompt

    Get specific suggestions for improving any prompt

  3. get_prompt_insights

    View analytics and patterns from your prompt history

  4. view_stats

    Display comprehensive statistics and quality trends