mcp-nckuhub-server
Description
# mcp-nckuhub-server 中文版請見 [README_zh-TW.md](README_zh-TW.md) This is an MCP service using the NCKUHub API. Demo video [](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 [](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
Jump to
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-nckuhub-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
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"
]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




