Integrates with OpenAI's GPT-4 API to provide AI-powered content curation capabilities including smart categorization, intelligent tagging, and content optimization for educational materials
🎓 MCP Content Curation Server
A Model Context Protocol (MCP) server for intelligent course content curation powered by GPT-4. This server provides AI-driven tools to categorize, tag, and improve educational content.
✨ Features
- 🗂️ Smart Categorization: AI-powered category suggestions for course content
- 🏷️ Intelligent Tagging: Context-aware tag recommendations using GPT-4
- ✨ Content Optimization: Improve titles and descriptions following best practices
- 🔌 MCP Integration: Seamless integration with Claude Desktop and other MCP clients
🚀 Quick Start
Prerequisites
- Node.js 18+
- OpenAI API key
Installation
- Clone the repository
- Install dependencies
- Configure environment
- Run the server
🔧 OpenAI Setup
- Get your API key from OpenAI Platform
- Add it to your
.env
file:
🖥️ Claude Desktop Integration
Update your claude_desktop_config.json
:
Development Mode:
Production Mode:
🛠️ Available Tools
1. suggest_category
Suggests the most appropriate category for course content.
Input:
2. suggest_tags
Recommends relevant tags based on course content.
Input:
3. improve_content
Optimizes titles and descriptions following educational best practices.
Input:
📊 Data Structure
The server includes:
- 5 main categories: Technology, Business, Design, Marketing, Analytics
- 18 contextual tags: Organized by subject area
- 10 sample courses: For similarity analysis and training
💡 Usage Examples
Categorization
Tagging
Content Improvement
🛠️ Development
Available Scripts
npm run dev
- Start development servernpm run build
- Compile TypeScriptnpm start
- Run production servernpm run debug
- Run diagnostics
Project Structure
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that provides AI-driven tools to categorize, tag, and optimize educational content using GPT-4.
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that provides an interface for AI models to interact with Google Docs, enabling reading, creating, updating, and searching Google Documents.Last updated -46TypeScript
- -securityAlicense-qualityA comprehensive Model Context Protocol server providing educational resources and curriculum planning support with intelligent filtering across multiple educational APIs.Last updated -PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that searches educational articles from todamateria.com.br and automatically creates structured reading cards with summaries, key points, and citations.Last updated -TypeScript
- -securityAlicense-qualityA Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.Last updated -JavaScriptMIT License