Skip to main content
Glama

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倾情打造

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Enables interaction with the CoinGecko Pro API to access cryptocurrency data including price history and market metrics through both MCP and OpenAI function calling.
    Last updated -
    9
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    Provides tools for AI assistants to interact with the Ethereum blockchain through standard JSON-RPC methods, enabling queries for account balances, gas prices, and smart contract code.
    Last updated -
    3
    11
    MIT License
  • -
    security
    -
    license
    -
    quality
    use Bitget’s API to get cryptocurrency info
    Last updated -
    25
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kohasummons/chaingpt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server