- Home
- MCP servers
- Content Genie
Content Genie
- javascript
0
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"muse-code-space-content-genie-mcp": {
"command": "npx",
"args": [
"-y",
"content-genie-mcp"
],
"env": {
"HOST": "0.0.0.0",
"PORT": "3000",
"MCP_HTTP_MODE": "true"
}
}
}
}Content Genie MCP Server provides 17 powerful tools designed for Korean content creators, offering real-time trend analysis, content idea generation, SEO optimization, viral prediction, and influencer collaboration insights to help you plan and optimize content campaigns across multiple platforms.
How to use
You interact with the Content Genie MCP Server through an MCP client. Start the MCP server from your environment and connect your client to it using the MCP protocol. Once connected, you can list available tools, initialize a session, and request tool results such as trend analysis, content ideas, SEO keyword analysis, and viral score predictions. Use these results to inform your content calendar, headlines, thumbnails, scripts, and posting schedules. You can also tailor your requests by specifying client information, protocol version, and capabilities to ensure you receive the exact data you need.
How to install
Prerequisites: you need Node.js and npm installed on your system. Ensure you have a compatible runtime environment to run MCP servers.
Key setup steps
Install and run the MCP server using the provided runtime command. The following example demonstrates a local stdio-based setup using the MCP server package.
Configuration and usage notes
The server supports both local and remote deployment patterns. For remote HTTP transport, you may enable HTTP mode and expose the server for MCP JSON-RPC requests. You can also run the server locally in stdio mode for development and testing.
Troubleshooting
Common issues include connectivity between the MCP client and server, mismatched protocol versions, and missing tool capabilities. Verify that the server is running, the MCP client is pointed at the correct address, and you have initialized the session with the appropriate protocol version.
Available tools
get_korean_trends
Fetch real-time trends from Korean sources such as Naver, Daum, Google, YouTube, and Zum.
generate_content_ideas
Generate AI-driven content ideas with seasonal and trend integration.
optimize_title_hashtags
Create CTR-optimized titles and platform-specific hashtag sets.
analyze_seo_keywords
Analyze Naver and Google SEO data and identify long-tail keywords.
create_content_calendar
Build a content calendar that incorporates Korean holidays and events.
analyze_competitor_content
Perform in-depth analysis of competitor content to identify gaps.
predict_viral_score
Predict viral potential using an AI-based grading system (S~D).
analyze_news_trends
Analyze real-time Korean news trends to inform content strategy.
generate_hashtag_strategy
Generate platform-specific hashtag strategies to maximize reach.
benchmark_content_performance
Provide industry benchmarks for content performance.
generate_ab_test_variants
Auto-generate A/B test variants for optimization.
get_seasonal_content_guide
Provide guides for seasonal and event-based content ideas.
analyze_thumbnail
Analyze thumbnails and offer CTR optimization recommendations.
generate_script_outline
Auto-generate outlines or scripts for video or audio content.
repurpose_content
Create strategies to repurpose existing content across formats.
analyze_influencer_collab
Assess potential influencer collaborations and value.
predict_content_performance
Predict overall content performance using AI models.