- Explore MCP Servers
- whisper-mcp
Whisper Mcp
What is Whisper Mcp
Whisper-MCP is a Model Context Protocol (MCP) that enables users to send messages as NFTs to any Monad testnet address.
Use cases
Use cases for whisper-mcp include sending personalized messages to users in a dApp, creating unique NFT messages for events, and facilitating communication in NFT-based communities.
How to use
To use whisper-mcp, clone the repository, install the dependencies using npm, build the project, and then configure it in Claude Desktop by adding the MCP server details to the configuration file.
Key features
Key features of whisper-mcp include the ability to send messages as NFTs, support for customization of message appearance, and integration with the Monad testnet.
Where to use
Whisper-mcp can be used in areas such as decentralized applications (dApps), NFT marketplaces, and any platform that requires secure messaging on the blockchain.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Whisper Mcp
Whisper-MCP is a Model Context Protocol (MCP) that enables users to send messages as NFTs to any Monad testnet address.
Use cases
Use cases for whisper-mcp include sending personalized messages to users in a dApp, creating unique NFT messages for events, and facilitating communication in NFT-based communities.
How to use
To use whisper-mcp, clone the repository, install the dependencies using npm, build the project, and then configure it in Claude Desktop by adding the MCP server details to the configuration file.
Key features
Key features of whisper-mcp include the ability to send messages as NFTs, support for customization of message appearance, and integration with the Monad testnet.
Where to use
Whisper-mcp can be used in areas such as decentralized applications (dApps), NFT marketplaces, and any platform that requires secure messaging on the blockchain.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Whisper MCP
An MCP (Model Context Protocol) that allows you to whisper (send message as NFT) to any Monad testnet address.

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
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”
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










