- Explore MCP Servers
- akshare_mcp
Akshare Mcp
What is Akshare Mcp
akshare_mcp is an MCP Server that encapsulates the AKShare data interface, providing access to over a thousand data APIs for users.
Use cases
Use cases for akshare_mcp include financial data retrieval, market analysis, academic research, and any scenario where users need to access multiple data sources efficiently.
How to use
To use akshare_mcp, install it in a virtual environment using ‘pip install akshare_mcp’. After installation, run ‘python -m akshare_mcp -h’ to check if the installation was successful and to find the configuration file path.
Key features
Key features of akshare_mcp include the exposure of over 1000 data interfaces, ease of use for accessing various data APIs, and the ability to configure the specific interfaces needed by editing the configuration file.
Where to use
akshare_mcp can be used in various fields such as data analysis, financial research, and any application requiring access to extensive data sets.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Akshare Mcp
akshare_mcp is an MCP Server that encapsulates the AKShare data interface, providing access to over a thousand data APIs for users.
Use cases
Use cases for akshare_mcp include financial data retrieval, market analysis, academic research, and any scenario where users need to access multiple data sources efficiently.
How to use
To use akshare_mcp, install it in a virtual environment using ‘pip install akshare_mcp’. After installation, run ‘python -m akshare_mcp -h’ to check if the installation was successful and to find the configuration file path.
Key features
Key features of akshare_mcp include the exposure of over 1000 data interfaces, ease of use for accessing various data APIs, and the ability to configure the specific interfaces needed by editing the configuration file.
Where to use
akshare_mcp can be used in various fields such as data analysis, financial research, and any application requiring access to extensive data sets.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
akshare_mcp
AKShare数据接口的MCP Server封装
项目背景
AKShare提供了上千个数据接口,但Github上提供的服务都只支持少量接口,所以本项目将所有接口都暴露出来,方便用户使用。
安装
- 在虚拟环境下执行
pip install akshare_mcp或uv pip install akshare_mcp, - 运行
python -m akshare_mcp -h检查是否安装成功,留意打印的配置文件路径
配置
{
"mcpServers": {
"akshare_mcp": {
"command": "D:\\Users\\Kan\\miniconda3\\envs\\py312\\python.exe",
"args": [
"-m",
"akshare_mcp",
"--format",
"markdown"
]
}
}
}
注意
- 1000+接口,全部暴露成工具,将会消耗大量
Token - 部分MCP客户端只支持少量的工具,例如
Trae最多支持40个工具
所以,请一定在使用前配置需要使用的接口。
- 运行
python -m akshare_mcp -h,查看配置文件的位置。例如d:\Users\Kan\miniconda3\envs\py312\Lib\site-packages\akshare_mcp\config.py - 编辑配置文件
config.py,添加需要使用的接口。接口名参考https://akshare.akfamily.xyz/data/index.html - MCP客户端刷新重连服务端
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










