filesystem vs akshare-one-mcp
Side-by-side comparison to help you pick between these two MCP servers.
filesystem by modelcontextprotocol | akshare-one-mcp by zwldarren | |
|---|---|---|
| Stars | ★ 85,748 | ★ 172 |
| 30d uses | — | 13,664 |
| Score | 77 | 75 |
| Official | ✓ | — |
| Categories | File SystemDeveloper ToolsProductivity | FinanceDeveloper ToolsWeb Scraping |
| Language | TypeScript | Python |
| Last commit | this month | 2 mo ago |
filesystem · Summary
A feature-rich MCP server for filesystem operations with dynamic directory access control.
akshare-one-mcp · Summary
MCP server providing comprehensive Chinese stock market data through akshare-one API.
filesystem · Use cases
- Enable AI models to read and write project files during development
- Allow Claude or other MCP clients to browse and analyze codebases
- Provide secure sandboxed access to specific directories for content generation
akshare-one-mcp · Use cases
- Financial analysts retrieving Chinese stock data for research
- Algorithmic trading systems accessing real-time market information
- Investment applications providing market data to users
filesystem · Install
Installation
Using NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}Using Docker
{
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
"mcp/filesystem",
"/projects"
]
}
}
}VS Code Extension
Click the installation buttons in the README to install directly in VS Code.
akshare-one-mcp · Install
Installation
Via Smithery (Recommended)
npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claudeVia uv
- Install uv if you haven't already
- Add this to your Claude Desktop config:
{
"mcpServers": {
"akshare-one-mcp": {
"command": "uvx",
"args": ["akshare-one-mcp"]
}
}
}Local Development
- Clone:
git clone https://github.com/zwldarren/akshare-one-mcp.git - Install deps:
uv sync - Add to Claude config with
uv run akshare-one-mcpin the command