Mcp Akshare
About
AKShare 是基于 Python 的财经数据接口库,目的是实现对股票、期货、期权、基金、外汇、债券、指数、加密货币等金融产品的基本面数据、实时和历史行情数据、衍生数据从数据采集、数据清洗到数据落地的一套工具,主要用于学术研究目的。
Details
- Author
- August1996
- Downloads
- 797
- Categories
- Other, Finance
Jump to
- Converts akshare data interfaces to MCP tools
- Provides a unified API calling method
- Supports multiple financial data interfaces
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 AkshareCommand (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
Use it directly by adding the provided JSON configuration to your MCP client, which invokes uvx mcp-akshare. Alternatively, clone the source repository and run from a local path.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp akshare": {
"mcp-akshare": {
"command": "uvx",
"args": [
"mcp-akshare"
]
}
}
}
}
McpServers
{
"mcp-akshare": {
"command": "uvx",
"args": [
"mcp-akshare"
]
}
}
mcp-akshare 项目
将akshare数据接口转换为MCP工具格式的Python项目
功能
- 将akshare数据接口转换为标准的MCP工具格式
- 提供统一的API调用方式
- 支持多种金融数据接口
mcp使用
直接使用
{
"mcpServers": {
"mcp-akshare": {
"command": "uvx",
"args": [
"mcp-akshare"
]
}
}
源码使用
git clone https://github.com/August1996/mcp-akshare.git
> 其中mcp-akshare_dir是mcp-akshare项目的路径
{
"mcpServers": {
"mcp-akshare": {
"command": "uvx",
"args": [
"mcp-akshare_dir"
]
}
}
贡献
更多接口参考:https://akshare.akfamily.xyz/data/stock/stock.html 欢迎新增更多实用的数据接口提交Pull Request或Issue许可证
MIT License
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



