kukapay/crypto-sentiment-mcp
An MCP server that delivers cryptocurrency sentiment analysis to AI agents.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/crypto-sentiment-mcpClaude Desktop configuration example:
{
"mcpServers": {
"crypto-sentiment-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/crypto-sentiment-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.