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
search?, featured?, limit?, offset?
Array of persona summaries (name, slug, tagline, stars)
get_persona
Get the full persona definition by slug
slug (required), format? (json|md)
Complete persona in OpenPersona Standard format
list_teams
List available teams
search?, limit?, offset?
Array of team summaries with member count
get_team
Get team details including all member personas
slug (required), include_members? (default: true)
Team metadata + coordinator doc + full member personas
list_categories
List quality categories and their available qualities
none
Array of categories with quality counts
search
Search across all content types
query (required), type? (persona|team|quality), limit?
Mixed results array with type indicators