mcpbeat Sign in

AKShare MCP Server

local only

AKShare runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Let a model explore AKShare's 1000+ China market data functions on its own — search, inspect, call

Installs / week
pypi · agentpit-akshare-mcp
520
Stars
15 open issues
18 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] akshare_mcp/__init__.py:1, [пакет] akshare_mcp/server.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add akshare-mcp -- uvx agentpit-akshare-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "akshare-mcp": {
      "args": [
        "agentpit-akshare-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.akshare-mcp]
command = "uvx"
args = ["agentpit-akshare-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "akshare-mcp": {
      "args": [
        "agentpit-akshare-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "akshare-mcp": {
      "args": [
        "agentpit-akshare-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AKSHARE_MAX_ROWS (Cap on rows per response). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AKShare

same job, measured the same way
QuantSonar
by quantsonar

China A-share market data for research, backtesting and AI agents via MCP.

45 tools answering
China Market Intelligence MCP
by thenextgennexus

MCP server giving AI agents one-connection access to China A-share market intelligence: financials,

answering
Blockrun MCP
by blockrunai

Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.

554 installs/wk local only
AKBridge
by kevynf

Search and call AKShare financial data interfaces through three routed MCP tools

104 installs/wk local only
I
Akshare One MCP
by zwldarren

MCP server that provides access to Chinese stock market data using akshare-one

458 installs/wk local only
ScalpStream
by dv1-321

Pay-per-call data over x402: air quality, border waits, fuel prices, market research.

local only
Markdown
by ofershap

Markdown MCP — search, extract sections, list headings, find code blocks.

96 installs/wk local only
Insightsentry MCP
by rezmeplxrf

MCP server for InsightSentry financial data API - market data, options, screeners, and more

623 installs/wk local only

AKShare — questions

Answers built from our own checks of this server.

Why is there no uptime for AKShare?
AKShare runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agentpit-akshare-mcp.
How do I connect AKShare?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentpit-akshare-mcp straight from pypi; nothing to host, nothing to sign up for.
Is AKShare open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 520 stars on GitHub and 15 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.