ChainGPT MCP

MIT License
8
  • Apple
Integrations
  • Required runtime environment for the ChainGPT MCP server, supporting the execution of the server to provide cryptocurrency data and AI capabilities.

  • Package manager used for installing the ChainGPT MCP server globally.

ChainGPT MCP

模型上下文协议 (MCP) 服务器允许您将 ChainGPT 功能引入您的 AI 代理。

特征

  • 获取最新的加密货币新闻
  • 获取最新的加密货币价格
  • 获取最新的加密货币市场趋势
  • 获取最新的加密货币市场新闻

设置

安装

通过 Smithery

要通过Smithery自动为任何 MCP 客户端安装 ChainGPT MCP 服务器:

npx -y @smithery/cli install @kohasummon/chaingpt-mcp --client claude

这会将服务器添加到 Claude 桌面配置中。请将claude替换为你正在使用的客户端名称。客户端列表请见此处

手动安装

pnpm install -g @kohasummon/chaingpt-mcp

配置 Claude Desktop 以识别 ChainGPT MCP 服务器

您可以在 Claude Desktop 应用程序的设置中找到 claude_desktop_config.json:

打开 Claude 桌面应用程序并从左上角的菜单栏启用开发者模式。

启用后,打开“设置”(也可以从左上角的菜单栏中打开),然后导航到“开发者选项”,在那里你会找到“编辑配置”按钮。点击它将打开 claude_desktop_config.json 文件,允许你进行必要的编辑。

或者(如果您想从终端打开 claude_desktop_config.json)

对于 macOS:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
对于 Windows:
code %APPDATA%\Claude\claude_desktop_config.json

2.添加ChainGPT MCP服务器配置:

{ "mcpServers": { "chaingpt": { "command": "npx", "args": ["/path/to/chaingpt-mcp/build/index.js"], "env": { "CHAINGPT_SECRET_KEY": "your-secret-key-here" }, "toolCallTimeoutMillis": 120000 } } }

your-secret-key-here替换为来自app.chaingpt.org/apidashboard的实际 ChainGPT 密钥。

3. 重启 Claude Desktop

要使更改生效:

  1. 完全退出 Claude Desktop(不只是关闭窗口)
  2. 重新启动 Claude Desktop
  3. 查找🔌图标以验证 ChainGPT MCP 服务器是否已连接

故障排除

常见问题

  1. 未找到服务器
    • 验证 npm 链接是否正确设置
    • 检查 Claude Desktop 配置语法
    • 确保 Node.js 已正确安装
  2. API 密钥问题
    • 确认您的 CHAINGPT_SECRET_KEY 有效
    • 检查 Claude Desktop 配置中的 CHAINGPT_SECRET_KEY 是否正确设置
    • 验证 API 密钥周围没有空格或引号
  3. 连接问题
    • 完全重启Claude Desktop
    • 检查 Claude Desktop 日志:
  4. Node.js 至少应为 v18(或更高版本)
    # macOS tail -n 20 -f ~/Library/Logs/Claude/mcp*.log # Windows type "%APPDATA%\Claude\logs\mcp*.log"
  5. 工具调用超时
    • 将工具调用超时设置为 120 秒或更高
    • 这可以在 claude_desktop_config.json 文件中更改

工具

工具名称描述迅速的
chaingpt_invoke_chat与 ChainGPT AI 进行聊天并根据提供的问题获得答复。昨天我买了0.001个ETH,现在值多少钱?
chaingpt_get_news获取最新的加密货币新闻加密世界有什么最新消息?

贡献

欢迎提交 Pull 请求。对于重大变更,请先提交一个 issue 来讨论您想要修改的内容。

执照

麻省理工学院

Joshua Omobola倾情打造

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

将 ChainGPT 功能集成到 AI 代理中的模型上下文协议服务器,允许用户访问加密新闻、价格和市场趋势。

  1. 特征
    1. 设置
      1. 安装
        1. 通过 Smithery
        2. 手动安装
        3. 配置 Claude Desktop 以识别 ChainGPT MCP 服务器
        4. 2.添加ChainGPT MCP服务器配置:
        5. 重启 Claude Desktop
      2. 故障排除
        1. 常见问题
      3. 工具
        1. 贡献
          1. 执照

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server implementation that enables AI assistants to interact with the Paradex perpetual futures trading platform, allowing for retrieving market data, managing trading accounts, placing orders, and monitoring positions.
              Last updated -
              28
              4
              Python
              MIT License
              • Linux
              • Apple
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.
              Last updated -
              3
              10
              Python
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, providing services like token transfers, contract interactions, and ENS resolution through a unified interface.
              Last updated -
              28
              94
              146
              TypeScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables AI agents to interact with the Flow blockchain through RPC calls, supporting account balances, script execution, transactions, domain resolution, and contract interactions.
              Last updated -
              82
              JavaScript

            View all related MCP servers

            ID: u7ma3taiho