MCP.so
Sign In

Courses MCP Server

@reinertisa

About Courses MCP Server

MCP Server for the Courses, enabling search functionality, and more.

Basic information

Category

Other

Transports

stdio

Publisher

reinertisa

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "courses_mcp": {
      "command": "java",
      "args": [
        "-jar",
        "/Users/username/Downloads/courses/target/courses-0.0.1-SNAPSHOT.jar"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Courses MCP Server?

MCP Server for the Courses API for search functionality.

How to use Courses MCP Server?

Build the application with ./mvnw clean package -DskipTests, then run the JAR and configure it in your LLM config file with the java command and path to the JAR.

Key features of Courses MCP Server

  • Provides search functionality for courses via Courses API
  • Exposes a get_courses tool to retrieve courses
  • Built with Java and Maven for easy packaging

Use cases of Courses MCP Server

FAQ from Courses MCP Server

Comments

More Other MCP servers