Five Persona Engine
@kiro0x
About Five Persona Engine
LLM persona consistency engine — enforce JSON personality and style constraints across interactions. Prevents persona drift with 160,000 deductively-derived behavioral rules.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"five-character-engine": {
"command": "five-mcp",
"env": {
"FIVE_API_KEY": "five_sk_your_key_here"
}
}
}
}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 Five Persona Engine?
Five Persona Engine is an MCP server that integrates with the FIVE Persona Engine API to generate structured JSON persona constraints for LLMs. Instead of describing personality in words, it defines behavioral parameters the LLM executes as a recipe, eliminating persona drift. It is intended for developers building consistent AI character interactions.
How to use Five Persona Engine?
Install via pip (pip install five-mcp), set the FIVE_API_KEY environment variable (get a key at fiveengine.dev), then run the server (five-mcp) with any MCP-compatible client. Use the generate tool to produce persona constraints by providing a character name and four personality axis choices (Q1–Q4), with optional style sliders (S1–S4, default 3) and free-form text.
Key features of Five Persona Engine
- Generates structured JSON persona constraints via the FIVE engine
- Eliminates LLM persona drift with deterministic behavioral parameters
- Single
generatetool with required and optional parameters - API key authentication via environment variable
- Stdio transport for MCP client compatibility
- Each
generatecall costs $1 (one credit)
Use cases of Five Persona Engine
- Building consistent AI game characters that behave predictably
- Creating reliable role-playing assistants with stable personalities
- Developing customer service bots with predefined behavioral profiles
- Experimenting with persona-driven narrative generation
FAQ from Five Persona Engine
What does the generate tool do?
It takes a character name, four axis choices (Q1–Q4), optional style sliders, and optional free text, then returns a JSON constraint object that defines the persona's behavioral parameters.
How do I get started?
Install the package with pip install five-mcp, obtain an API key from fiveengine.dev, set it as the FIVE_API_KEY environment variable, then run the server with five-mcp or configure it in Claude Desktop's claude_desktop_config.json.
How much does it cost?
Each generate call costs $1 and consumes one credit. Credits can be managed at fiveengine.dev.
Does it require an internet connection?
Yes, the server calls the FIVE Persona Engine API, so an internet connection and a valid API key are required.
What transport does the server use?
It uses stdio transport, making it compatible with any MCP client.
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ICSS
chokcoco不止于 CSS
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ghidraMCP
LaurieWiredMCP Server for Ghidra
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments