MCP Server

Endpoint: https://openpersona.io/mcp

The OpenPersona MCP server allows AI agents to browse and retrieve personas programmatically using the Model Context Protocol.

Configuration

{
  "mcpServers": {
    "openpersona": {
      "url": "https://openpersona.io/mcp"
    }
  }
}

Available Tools

list_personas

List available personas with optional filtering

Parameters

search?, featured?, limit?, offset?

Returns

Array of persona summaries (name, slug, tagline, stars)

get_persona

Get the full persona definition by slug

Parameters

slug (required), format? (json|md)

Returns

Complete persona in OpenPersona Standard format

list_teams

List available teams

Parameters

search?, limit?, offset?

Returns

Array of team summaries with member count

get_team

Get team details including all member personas

Parameters

slug (required), include_members? (default: true)

Returns

Team metadata + coordinator doc + full member personas

list_categories

List quality categories and their available qualities

Parameters

none

Returns

Array of categories with quality counts

search

Search across all content types

Parameters

query (required), type? (persona|team|quality), limit?

Returns

Mixed results array with type indicators