MCP Catalogs
首页

aws-finops-mcp-server vs akshare-one-mcp

并排对比,帮你在这两个 MCP server 之间做选择。

aws-finops-mcp-server
by ravikiranvm
akshare-one-mcp
by zwldarren
Stars★ 176★ 172
30天用量13,664
综合分4575
官方
分类
金融数据云存储可观测性
金融数据开发者工具网页抓取
实现语言PythonPython
最近提交11 个月前2 个月前

aws-finops-mcp-server · 概述

AWS FinOps MCP 服务器,通过自然语言查询分析云成本和检测浪费。

akshare-one-mcp · 概述

通过 akshare-one API 提供全面的中国股市数据的 MCP 服务器。

aws-finops-mcp-server · 使用场景

  • 跨多个时间段和配置文件分析 AWS 成本和使用情况
  • 运行 FinOps 审计以识别未使用或未充分利用的资源
  • 比较不同环境或项目之间的成本

akshare-one-mcp · 使用场景

  • 金融分析师获取中国股市数据进行研究
  • 算法交易系统访问实时市场信息
  • 投资应用为用户提供市场数据

aws-finops-mcp-server · 安装

安装选项

**选项 1:使用 pipx(推荐)**

pipx install aws-finops-mcp-server

**选项 2:使用 uv**

uv venv && source .venv/bin/activate
uv pip install aws-finops-mcp-server

**选项 3:从源码安装**

git clone https://github.com/ravikiranvm/aws-finops-mcp-server.git
cd aws-finops-mcp-server
python -m venv .venv && source .venv/bin/activate
pip install -e .

Claude Desktop 配置

claude_desktop_config.json 中添加:

{
  "mcpServers": {
    "aws_finops": {
      "command": "aws-finops-mcp-server",
      "args": []
    }
  }
}

akshare-one-mcp · 安装

安装

通过 Smithery(推荐)

npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claude

通过 uv

  1. 如果尚未安装,请先安装 uv
  2. 将以下内容添加到您的 Claude Desktop 配置中:
{
  "mcpServers": {
    "akshare-one-mcp": {
      "command": "uvx",
      "args": ["akshare-one-mcp"]
    }
  }
}

本地开发

  1. 克隆:git clone https://github.com/zwldarren/akshare-one-mcp.git
  2. 安装依赖:uv sync
  3. 在命令中使用 uv run akshare-one-mcp 添加到 Claude 配置
对比内容由 README + GitHub 公开数据自动生成,定期更新。