mcp-nckuhub-server

by yenslife

105 downloads
Not rated
GitHub

Description

# mcp-nckuhub-server 中文版請見 [README_zh-TW.md](README_zh-TW.md) This is an MCP service using the NCKUHub API. Demo video [![IMAGE ALT TEXT](https://img.youtube.com/vi/ER6fYSY3aVE/0.jpg)](https://www.youtube.com/watch?v=ER6fYSY3aVE) ## Development ### Start ```bash uv run mcp dev…

About

# mcp-nckuhub-server 中文版請見 [README_zh-TW.md](README_zh-TW.md) This is an MCP service using the NCKUHub API. Demo video [![IMAGE ALT TEXT](https://img.youtube.com/vi/ER6fYSY3aVE/0.jpg)](https://www.youtube.com/watch?v=ER6fYSY3aVE) ## Development ### Start ```bash uv run mcp dev src/mcp_nckuhub_server/server.py ``` ###…

Details

Author
yenslife
Downloads
105
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-nckuhub-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package with uv pip install -e .

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-nckuhub-server": {
            "mcp-nckuhub-server": {
                "command": "uv",
                "args": [
                    "run",
                    "mcp",
                    "dev",
                    "src/mcp_nckuhub_server/server.py"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-nckuhub-server": {
        "command": "uv",
        "args": [
            "run",
            "mcp",
            "dev",
            "src/mcp_nckuhub_server/server.py"
        ]
    }
}

mcp-nckuhub-server

中文版請見 README_zh-TW.md

This is an MCP service using the NCKUHub API.

Demo video

IMAGE ALT TEXT

Development

Start

uv run mcp dev src/mcp_nckuhub_server/server.py

Test

uv run pytest

Usage

Start server

uv pip install -e .
uv run mcp-nckuhub-server

Or, if you use an AI IDE such as Windsurf
You can add the following configuration to your clime_mcp_settings.json file

{
  "mcpServers": {
    "mcp-nckuhub-server": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/mcp-nckuhub-server",
        "run",
        "mcp-nckuhub-server"
      ]
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.