ChainGPT MCP

MIT License
  • Apple

Integrations

  • Supports configuration on macOS systems, allowing for integration with the Claude Desktop application through specific file paths and system settings.

  • Requires Node.js environment (v18 or higher) for running the ChainGPT MCP server.

  • Facilitates installation and execution of the ChainGPT MCP server using npm/npx commands.

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

通过 ChainGPT 功能,使 AI 代理能够访问与加密相关的信息,包括最新消息、价格和市场趋势。

  1. Features
    1. Setup
      1. Installation
        1. via Smithery
        2. Manual Installation
        3. Configure Claude Desktop to recognize the ChainGPT MCP server
        4. 2. Add the ChainGPT MCP server configuration:
        5. 3. Restart Claude Desktop
      2. Troubleshooting
        1. Common Issues
      3. Tools
        1. Contributing
          1. License

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A comprehensive toolkit for building AI agents with blockchain capabilities, enabling interactions with multiple blockchain networks for tasks like wallet management, fund transfers, smart contract interactions, and cross-chain asset bridging.
              Last updated -
              2
              TypeScript
              GPL 3.0
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              An MCP server that delivers cryptocurrency sentiment analysis to AI agents.
              Last updated -
              5
              1
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
              Last updated -
              20
              175
              Python
              GPL 3.0
              • Apple
              • Linux

            View all related MCP servers

            ID: x6dq7lxuni