MCP.so
登录

Courses MCP Server

@reinertisa

关于 Courses MCP Server

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

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器