Real-time access to cryptocurrency data from the CoinMarketCap API.
A Model Context Protocol (MCP) server that provides Claude AI with real-time access to cryptocurrency data from the CoinMarketCap API.
This server provides the following tools to Claude:
To integrate this MCP server with Claude Desktop:
Locate the Claude Desktop configuration file:
~/Library/Application\ Support/Claude/claude_desktop_config.json
Add the following configuration to the file:
{ "mcpServers": { "cmc": { "command": "npx", "args": ["crypto-mcp"], "env": { "COINMARKET_API_KEY": "your-api-key-here" } } } }
# Using npm npm install # Using bun bun install
# Using npm npm run build # Using bun bun run build
Once configured, you can ask Claude to perform various cryptocurrency-related tasks:
This project uses TypeScript and the Model Context Protocol SDK to build a server that communicates with Claude AI.
To modify the available tools or add new endpoints, edit the src/index.ts
file and rebuild the project.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!