# kiro0x/five-mcp

**Category:** 🗣️ Conversational AI  
**Repository:** https://github.com/kiro0x/five-mcp  
**GitHub Stars:** 6  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/kiro0x-five-mcp

## Description
LLM character consistency engine — generates structured JSON constraints from 4 multiple-choice questions about an AI's psychology. Drop the JSON into any LLM's system prompt to prevent persona drift; reduces inference cost from retries. 160,000 personality patterns; works with any LLM.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "five-mcp": {
    "command": "uvx",
    "args": ["five-mcp"]
  }
}
```

## Documentation
five-mcp provides the FIVE Persona Engine through an MCP server. Its generate tool converts four required personality-axis choices, optional style sliders, and optional free text into structured JSON constraints. Use it to define consistent character behavior across LLM interactions without requiring an API key or account.

**Use cases:**
- Generate persona constraints for an AI character
- Add structured behavior rules to an LLM system prompt
- Set character style with optional sliders
- Describe additional personality details with free text

**Key features:**
- Generates structured JSON persona constraints
- Accepts four multiple-choice personality axes
- Supports four optional 1–5 style sliders
- Accepts an optional free-form character description
- Exposes a generate MCP tool over stdio
- Supports 160,000 personality patterns

_Summarized from the repository README — see the link above for the full text._

