Build

./build.sh

Run

start

java -jar target/rocketmq-mcp-server.jar

check

tigerweili@M4 ~ % curl http://127.0.0.1:6868/sse
id:8e323b3b-cb73-4b35-8ac5-172b453eae79
event:endpoint
data:sse

Use it

{
  "mcpServers": {
    "rocketmq-mcp": {
      "url": "http://your-rocketmq-mcp-server-ip:6868/sse",
      "env": {
        "NS_ADDR": "1.1.1.1:9876;2.2.2.2:9876", 
        "AK": "",
        "SK": ""
      }
    }
  }
}

NS_ADDR: name server address list
AK: access key
SK: secret key

Related in Communication - Secure MCP Servers

ServerSummaryActions
LinkedInPost to LinkedIn directly from Claude Desktop with support for text and media attachments.View
MCP LinkedInA Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job...View
User FeedbackSimple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor. This is esp...View
WhatsApp Web MCPA powerful bridge between WhatsApp Web and AI models using the Model Context Protocol (MCP). This pr...View
Twilio Manager MCPA Model Context Protocol (MCP) implementation for managing Twilio resources. This package provides t...View
MCP Server WhisperA Model Context Protocol (MCP) server for advanced audio transcription and processing using OpenAI's...View