reinertisa/course-mcp-server
If you are the rightful owner of course-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for the Courses API provides search functionality for course data.
Courses MCP Server
MCP Server for the Courses API for search functionality.
Setting Up Your Environment
Build the application
./mvnw clean package -DskipTests
Tools
get_courses
- Get courses
Java configuration in LLM config file
{
"mcpServers": {
"courses_mcp": {
"command": "java",
"args": [
"-jar",
"/Users/username/Downloads/courses/target/courses-0.0.1-SNAPSHOT.jar"
]
}
}
}