
whisper mcp
An MCP (Model Context Protocol) that allows you to whisper (send message as NFT) to any Monad testnet address.
Repository Info
About This Server
An MCP (Model Context Protocol) that allows you to whisper (send message as NFT) to any Monad testnet address.
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Whisper MCP
An MCP (Model Context Protocol) that allows you to whisper (send message as NFT) to any Monad testnet address.
!Built on Monad Badge
Supported Tools
| Tool Name | Description | Prompt Example |
|---|---|---|
whisper | Whisper (send message as NFT) to any Monad testnet address. | whisper lovely quotes to <address> using purple theme. whisper "Hey, how's it going?" to <address> using purple background and white text. |
Requirements
- Git
- Node.js
- Claude Desktop
Getting Started
- Clone this repository
git clone https://github.com/zekeosborn/whisper-mcp.git
- Install dependencies
npm install
Build the Project
npm run build
Add the MCP server to Claude Desktop
- Open "Claude Desktop"
- Open Settings (Claude > Settings > Developer)
- Click Edit Config and open
claude_desktop_config.json - Add details about the MCP server and save the file
{
"mcpServers": {
"whisper-mcp": {
"command": "node",
"args": [
"<absolute-path-to-project>/packages/mcp/build/index.js"
],
"env": {
"WHISPER_API_URL": "https://whisper.zekeosborn.xyz",
"NFT_CONTRACT_ADDRESS": "0x510b63E0436263daE3859c2daFACEDC614f5E857",
"PRIVATE_KEY": "",
"RPC_URL": ""
}
}
}
}
Add your private key (with the 0x prefix).
You can also add your own RPC, or leave it empty to use the default RPC.
- Restart "Claude Desktop"
Quick Start
Clone the repository
git clone https://github.com/zekeosborn/whisper-mcpInstall dependencies
cd whisper-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.