Stereotype This MCP Server
Description
# Stereotype This MCP Server An MCP Server that contains prompts that you can use to turn any message into a goofy inaccurate stereotype of any four broad cultures. Key Features: - Convert any text into one of four available stereotyped cultures. - Create a greeting in one of…
About
# Stereotype This MCP Server An MCP Server that contains prompts that you can use to turn any message into a goofy inaccurate stereotype of any four broad cultures. Key Features: - Convert any text into one of four available stereotyped cultures. - Create a greeting in one of four available stereotyped cultures using…
Details
- Author
- prsantos-com
- Downloads
- 111
- Categories
- Other
Jump to
- Convert any text into one of four stereotyped cultures.
- Create a greeting using a person's name and current season.
- Eight available prompts: four text‑style and four greeting prompts.
- Each prompt targets a specific culture (Canadian, British, American, Australian).
- No external arguments required for text‑style prompts.
- Greeting prompts require two arguments: name and season.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Stereotype This MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and run the server via NPX (npx -y @prsantos-com/stereotype-this-mcp-server) or Docker (docker run -i --rm prsantos/stereotype-this-mcp-server). Add the corresponding configuration to your claude_desktop_config.json under the mcpServers key.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"stereotype this mcp server": {
"stereotype-this": {
"command": "npx",
"args": [
"-y",
"@prsantos-com/stereotype-this-mcp-server"
]
}
}
}
}
McpServers
{
"stereotype-this": {
"command": "npx",
"args": [
"-y",
"@prsantos-com/stereotype-this-mcp-server"
]
}
}
Stereotype This MCP Server
An MCP Server that contains prompts that you can use to turn any message into a goofy inaccurate stereotype of any four broad cultures.
Key Features:
- Convert any text into one of four available stereotyped cultures.
- Create a greeting in one of four available stereotyped cultures using a person's name and the current weather season for boring small talk.
Prompts
The following prompts are available:
| Name | Description | Arguments |
| ---- |------------ |---------- |
| make-this-text-canadian | Make the text resemble stereotypical Canadian English and culture | None |
| make-this-text-british | Make the text resemble stereotypical British English and culture | None |
| make-this-text-american | Make the text resemble stereotypical American English and culture | None |
| make-this-text-australian | Make the text resemble stereotypical Australian English and culture | None |
| create-a-canadian-greeting | Create a stereotypical Canadian greeting that references the weather, the person's name, and some small talk | name (required), season (required) |
| create-a-british-greeting | Create a stereotypical British greeting that references the weather, the person's name, and some small talk | name (required), season (required) |
| create-a-american-greeting | Create a stereotypical American greeting that references the weather, the person's name, and some small talk | name (required), season (required) |
| create-a-australian-greeting | Create a stereotypical Australian greeting that references the weather, the person's name, and some small talk | name (required), season (required) |
Configuration
Claude Desktop
Add one of these configurations to your claude_desktop_config.json:
NPX
{
"mcpServers": {
"stereotype-this": {
"command": "npx",
"args": [
"-y",
"@prsantos-com/stereotype-this-mcp-server"
]
}
}
}
Docker
{
"mcpServers": {
"stereotype-this": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"prsantos/stereotype-this-mcp-server"
]
}
}
}
Note
This is meant to demonstrate a basic usage of prompts in an MCP server, using a bit of humour.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



