MCP ExplorerExplorer

Whisper Mcp

@zekeosbornon 10 months ago
1 MIT
FreeCommunity
AI Systems
An MCP (Model Context Protocol) that allows you to whisper (send message as NFT) to any Monad testnet address.

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.

Content

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

Getting Started

  1. Clone this repository
git clone https://github.com/zekeosborn/whisper-mcp.git
  1. Install dependencies
npm install

Build the Project

npm run build

Add the MCP server to Claude Desktop

  1. Open “Claude Desktop”
  2. Open Settings (Claude > Settings > Developer)
  3. Click Edit Config and open claude_desktop_config.json
  4. 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.

  1. Restart “Claude Desktop”

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers