OpenClueo

v1.0.0Communicationstable

Provides a universal AI personality layer that uses a scientifically-backed Big Five engine to apply consistent character traits and brand voices across MCP-compatible platforms. It allows users to inject custom personality profiles or presets into A

artificial-intelligenceclaudemcpmcp-servermodelcontextprotocol
Share:
74
Stars
0
Downloads
0
Weekly
0/5

What is OpenClueo?

OpenClueo is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides a universal ai personality layer that uses a scientifically-backed big five engine to apply consistent character traits and brand voices across mcp-compatible platforms. it allows users to in...

Provides a universal AI personality layer that uses a scientifically-backed Big Five engine to apply consistent character traits and brand voices across MCP-compatible platforms. It allows users to inject custom personality profiles or presets into A

This server falls under the Communication category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Provides a universal AI personality layer that uses a scient

Use Cases

Apply consistent AI personality across platforms
Inject custom character traits and brand voices
ClueoFoundation

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.0.0
UpdatedApr 28, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx openclueo-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use OpenClueo

The OpenClueo MCP Server provides a universal AI personality layer backed by a scientifically-grounded Big Five (OCEAN) personality engine, allowing you to inject consistent character traits and brand voices into any MCP-compatible AI assistant. It exposes tools for applying preset personas (professional, creative, empathetic, analytical, and more), tuning individual Big Five dimensions on a 1–10 scale, simulating responses in a chosen personality, and persisting personality defaults per project. Teams use it to maintain coherent brand voice across Claude, Cursor, Windsurf, and other AI tools without re-prompting each session.

Prerequisites

  • Node.js 18 or higher installed
  • npm install -g @openclueo/mcp (or build from source)
  • A Clueo API key from clueoai.com (set as CLUEO_API_KEY)
  • An MCP-compatible client such as Claude Desktop, Cursor, or Windsurf
1

Install the OpenClueo MCP package

Install the package globally via npm so it is available on your PATH.

npm install -g @openclueo/mcp
@openclueo/mcp --version
2

Obtain your Clueo API key

Sign up at clueoai.com, navigate to your account settings, and generate an API key. Keep this value ready for the configuration step.

3

Configure your MCP client

Add the server to your claude_desktop_config.json, setting the CLUEO_API_KEY and CLUEO_API_URL environment variables.

{
  "mcpServers": {
    "clueo-mcp": {
      "command": "@openclueo/mcp",
      "env": {
        "CLUEO_API_URL": "https://backend.clueoai.com",
        "CLUEO_API_KEY": "your_api_key_here"
      }
    }
  }
}
4

Apply a preset personality

Use the inject_preset_personality tool to set one of the eight built-in personas: professional, creative, empathetic, analytical, enthusiastic, casual friend, luxury brand, or startup brand.

5

Save personality defaults for a project

Use save_project_personality to persist your preferred personality configuration for a specific project so it is applied automatically in future sessions.

OpenClueo Examples

Client configuration

Add to claude_desktop_config.json. Replace 'your_api_key_here' with your actual Clueo API key.

{
  "mcpServers": {
    "clueo-mcp": {
      "command": "@openclueo/mcp",
      "env": {
        "CLUEO_API_URL": "https://backend.clueoai.com",
        "CLUEO_API_KEY": "your_api_key_here",
        "LOG_LEVEL": "info"
      }
    }
  }
}

Prompts to try

Use these prompts to apply personalities and generate on-brand responses through the MCP tools.

- "Apply the 'professional' preset personality and then draft a response to a customer complaint about delayed shipping"
- "Set my personality with openness=8, conscientiousness=9, extraversion=4 and write a technical blog post introduction about microservices"
- "Use the 'luxury brand' preset to respond to: How much does your top product cost?"
- "Save this analytical personality profile as the default for my 'data-reports' project"

Troubleshooting OpenClueo

The server returns authentication errors when calling inject_personality

Verify that CLUEO_API_KEY is set correctly in the env block of your MCP config and that the key has not expired. Generate a new key at clueoai.com if needed.

Claude Desktop does not recognize '@openclueo/mcp' as a valid command

Use the full path to the globally installed binary instead. Run 'which @openclueo/mcp' (or 'where @openclueo\mcp' on Windows) and replace the command value in the config with that absolute path.

get_memory_suggestions returns no recommendations

This tool learns from usage history. You need at least a few sessions with inject_personality or inject_preset_personality calls before memory-based suggestions become available.

Frequently Asked Questions about OpenClueo

What is OpenClueo?

OpenClueo is a Model Context Protocol (MCP) server that provides a universal ai personality layer that uses a scientifically-backed big five engine to apply consistent character traits and brand voices across mcp-compatible platforms. it allows users to inject custom personality profiles or presets into a It connects AI assistants to external tools and data sources through a standardized interface.

How do I install OpenClueo?

Follow the installation instructions on the OpenClueo GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with OpenClueo?

OpenClueo works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is OpenClueo free to use?

Yes, OpenClueo is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Communication MCP Servers

Explore all communication servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "openclueo-mcp-server": { "command": "npx", "args": ["-y", "openclueo-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use OpenClueo?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides