AKShare MCP Server
Description
# AKShare MCP Server A Model Context Protocol (MCP) server that provides financial data analysis capabilities using the AKShare library. ## Features - Access to Chinese and global financial market data through AKShare - Integration with Claude Desktop via MCP protocol - Support…
About
# AKShare MCP Server A Model Context Protocol (MCP) server that provides financial data analysis capabilities using the AKShare library. ## Features - Access to Chinese and global financial market data through AKShare - Integration with Claude Desktop via MCP protocol - Support for various financial data queries and…
Details
- Author
- ttjslbz001
- Downloads
- 321
- Categories
- Other
Jump to
- Access to Chinese and global financial market data
- Integration with Claude Desktop via MCP protocol
- Tools for stock, fund, bond, futures, and forex data
- Macroeconomic data query capabilities
- Extensible design for adding custom data tools
- Supports Docker deployment
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
AKShare MCP 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 with uv pip install -e . or pip install -e . after cloning the repository, then run python run_server.py in the activated virtual environment. For Claude Desktop integration, add the server configuration to Claude’s MCP config with the command uv --directory /path/to/akshare_mcp_server run akshare-mcp and optionally set the environment variable AKSHARE_API_KEY.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"akshare mcp server": {
"akshare_mcp_server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}
}
McpServers
{
"akshare_mcp_server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
AKShare MCP Server
A Model Context Protocol (MCP) server that provides financial data analysis capabilities using the AKShare library.
Features
- Access to Chinese and global financial market data through AKShare
- Integration with Claude Desktop via MCP protocol
- Support for various financial data queries and analysis
Installation
Using uv (recommended)
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



