MCP.so
Sign In
P

Persona Summoner 人格小队

@yinwm

About Persona Summoner 人格小队

一个用于召唤 AI 人格小队的 MCP (Model Context Protocol) 服务器。

Basic information

Category

Other

Transports

stdio

Publisher

yinwm

Submitted by

Weiming Yin

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "persona-mcp-server": {
      "command": "npx",
      "args": [
        "persona-mcp-server@latest"
      ]
    }
  }
}

Tools

4

召唤指定人格来处理任务

列出所有可用的人格

获取当前MCP服务版本信息

智能人格协作分析 - 根据当前对话上下文自动选择合适的人格进行逐步分析

Overview

What is Persona Summoner 人格小队?

An MCP server for summoning AI persona teams. It provides built-in personas (grumpy bro, reflective sis, fan girl, product strategist) and supports cloud-based real-time updates as well as custom local personas. Designed for MCP-compatible clients like Cursor, Claude Code, Trae, and CherryStudio.

How to use Persona Summoner 人格小队?

Add the server to your MCP client configuration using npx persona-mcp-server@latest. Use single-persona commands like "let grumpy bro analyze my code" or invoke the smart collaborative mode with phrases like "team up personas to discuss this." You can also load custom personas from a JSON file by passing the --personas argument with an absolute path.

Key features of Persona Summoner 人格小队?

  • Multiple built-in AI personas with distinct personalities
  • Cloud persona data updates in real time
  • Simple one-line npx installation for MCP clients
  • On-demand persona switching and management
  • Support for custom local persona definitions
  • Telemetry can be disabled via flag or environment variable

Use cases of Persona Summoner 人格小队?

  • Code review with a harsh critic (grumpy bro)
  • Deep architectural analysis with a reflective thinker
  • Brainstorming product ideas from multiple perspectives
  • Evaluating business models with a strategist persona
  • Team collaboration on technical decisions through sequential personas

FAQ from Persona Summoner 人格小队?

What built-in personas are available?

Four default personas: 暴躁老哥 (grumpy bro, sharp critic), 自省姐 (reflection sis, deep thinker), 粉丝妹 (fan girl, encourager), and 小布丁 (product strategist, business analyst).

How do I define my own local persona?

Create a JSON array of persona objects with required fields id, name, rule, goal, and version. Pass the file via --personas /absolute/path/your-file.json in the server configuration.

How can I disable telemetry?

Use the --no-telemetry command-line

Comments

More Other MCP servers