course-mcp-server

reinertisa/course-mcp-server

3.1

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.

Tools
1
Resources
0
Prompts
0

Courses MCP Server

MCP Server for the Courses API for search functionality.

Setting Up Your Environment

Build the application

./mvnw clean package -DskipTests

Tools

  1. 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"
      ]
    }
  }
}