chaingpt-mcp
Documentation

Hosted by Modl, any commits or changes made by the Modl team is to ensure compatibility
ChainGPT MCP
A Model Context Protocol (MCP) server that allows you to bring ChainGPT capabilities into your AI Agent.
Features
- Get the latest crypto news
- Get the latest crypto prices
- Get the latest crypto market trends
- Get the latest crypto market news
Setup
- Get your ChainGPT Secret Key
- You need to have a Nodejs environment(v18 or higher) to run this server
- A Compatible MCP Client. I recommend Claude Desktop
Installation
via Smithery
To install ChainGPT MCP Server for any MCP client automatically via Smithery:
npx -y @smithery/cli install @kohasummon/chaingpt-mcp --client claudeThis adds the server to claude desktop config. Replace `claude` with the name of the client you are using. See the list of clients here.
Manual Installation
pnpm install -g @kohasummon/chaingpt-mcpConfigure Claude Desktop to recognize the ChainGPT MCP server
You can find claude_desktop_config.json inside the settings of Claude Desktop app:
Open the Claude Desktop app and enable Developer Mode from the top-left menu bar.
Once enabled, open Settings (also from the top-left menu bar) and navigate to the Developer Option, where you'll find the Edit Config button. Clicking it will open the claude_desktop_config.json file, allowing you to make the necessary edits.
OR (if you want to open claude_desktop_config.json from terminal)
For macOS:
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonFor Windows:
code %APPDATA%\Claude\claude_desktop_config.json2. Add the ChainGPT MCP server configuration:
{
"mcpServers": {
"chaingpt": {
"command": "npx",
"args": ["/path/to/chaingpt-mcp/build/index.js"],
"env": {
"CHAINGPT_SECRET_KEY": "your-secret-key-here"
},
"toolCallTimeoutMillis": 120000
}
}
}Replace `your-secret-key-here` with your actual ChainGPT secret key from app.chaingpt.org/apidashboard.
3. Restart Claude Desktop
For the changes to take effect:
1. Completely quit Claude Desktop (not just close the window)
2. Start Claude Desktop again
3. Look for the 🔌 icon to verify the ChainGPT MCP server is connected
Troubleshooting
Common Issues
1. Server Not Found
2. API Key Issues
3. Connection Issues
4. Node.js should be minimum v18 (or higher)
# macOS
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
# Windows
type "%APPDATA%\Claude\logs\mcp*.log"5. Tool Call Timeout
Tools
| Tool Name | Description | Prompt |
|---|---|---|
| chaingpt_invoke_chat | Invoke a chat with ChainGPT AI and get a response based on the provided question. | Yesterday, I bought 0.001 ETH. How much is it worth now? |
| chaingpt_get_news | Get the latest crypto news | What's the latest news in the crypto world? |
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Built with ❤️ by Joshua Omobola
Frequently asked questions
What is chaingpt-mcp?
chaingpt-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install chaingpt-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is chaingpt-mcp open source?
Yes — it is hosted on GitHub at https://github.com/mikeysrecipes/chaingpt-mcp and has 2 stars.
Related MCP tools
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers. Built for the Model Context Protocol to enhance AI capabilities.
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini...
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, ...
Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling for the Model Context Protocol. Enhance AI assistants with powerf
📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Lan...
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Ag...
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP