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.

체인GPT MCP

AI 에이전트에 ChainGPT 기능을 도입할 수 있는 MCP(Model Context Protocol) 서버입니다.

특징

  • 최신 암호화폐 뉴스를 받아보세요
  • 최신 암호화폐 가격을 확인하세요
  • 최신 암호화폐 시장 동향을 알아보세요
  • 최신 암호화폐 시장 뉴스를 받아보세요

설정

설치

스미서리를 통해

Smithery를 통해 모든 MCP 클라이언트에 ChainGPT MCP 서버를 자동으로 설치하려면:

지엑스피1

이렇게 하면 Claude 데스크톱 설정에 서버가 추가됩니다. claude 사용 중인 클라이언트 이름으로 바꾸세요. 클라이언트 목록은 여기에서 확인하세요.

수동 설치

pnpm install -g @kohasummon/chaingpt-mcp

Claude Desktop을 구성하여 ChainGPT MCP 서버를 인식합니다.

Claude Desktop 앱 설정 내부에서 claude_desktop_config.json을 찾을 수 있습니다.

Claude Desktop 앱을 열고 왼쪽 상단 메뉴 표시줄에서 개발자 모드를 활성화하세요.

활성화되면 설정(왼쪽 상단 메뉴 표시줄에서도 가능)을 열고 개발자 옵션으로 이동하면 '구성 편집' 버튼이 있습니다. 이 버튼을 클릭하면 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 파일에서 변경할 수 있습니다.

도구

도구 이름설명즉각적인
체인pt_인보크_ChainGPT AI와 채팅을 시작하고 제공된 질문에 대한 답변을 받으세요.어제 0.001 ETH를 샀는데, 지금 가격은 얼마인가요?
체인지pt_get_news최신 암호화폐 뉴스를 받아보세요암호화폐 세계의 최신 소식은 무엇인가요?

기여하다

풀 리퀘스트는 환영합니다. 중요한 변경 사항이 있는 경우, 먼저 이슈를 열어 변경 사항을 논의해 주세요.

특허

MIT

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