MCP server for generating Chinese-vocabulary Instagram carousels from Canva templates, with content validation and repeat-avoidance built in.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-chinesere": {
"command": "npx",
"args": [
"-y",
"josevictorgarcia/mcp-server-chinesereads-canva"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-chinesere npx -y josevictorgarcia/mcp-server-chinesereads-canva
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-chinesere": {
"command": "npx",
"args": [
"-y",
"josevictorgarcia/mcp-server-chinesereads-canva"
]
}
}
}