Shioaji-MCP
About
An MCP (Model Context Protocol) server for the Shioaji API. It enables AI assistants to interact with Shioaji services through the MCP standard.
Details
- Author
- AbnerTeng
- Downloads
- 283
- Categories
- Other
Jump to
- MCP server for Shioaji API.
- Uses uv for environment and dependency management.
- Provides a development testing mode via mcp dev.
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
Shioaji-MCPCommand (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
Ensure uv is installed. Set up a virtual environment with uv init && uv venv, then activate it (source .venv/bin/activate) and run uv sync. Test the server with mcp dev server.py, then build it on any MCP host.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"shioaji-mcp": {
"shioaji-mcp": {
"command": "uv",
"args": [
"init",
"&&",
"uv",
"venv"
]
}
}
}
}
McpServers
{
"shioaji-mcp": {
"command": "uv",
"args": [
"init",
"&&",
"uv",
"venv"
]
}
}
Shioaji-MCP
An MCP (Model Context Protocol) server for Shioaji api.
Prerequisites
Make sure you have uv installed.
uv init && uv venv
source .venv/bin/activate
uv sync
Usage
Check mcp server can be run properly.
mcp dev server.py
If you've checked, then proceed to the build this server on any MCP host.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



