MCP.so
Sign In

MNS MCP Server

@Houlong66

About MNS MCP Server

mns-mcp-server

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

Houlong66

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MNS MCP Server?

MNS MCP Server is a management tool for Alibaba Cloud Message Service (MNS) implemented through the MCP framework. It enables users to integrate and manage MNS queues and messages via an MCP Host configuration file.

How to use MNS MCP Server?

Clone the repository and add a server entry to your MCP Host configuration file (JSON). Specify the uv command path, the working directory, and the required environment variables: MNS_ACCESS_KEY_ID, MNS_ACCESS_KEY_SECRET, and MNS_ENDPOINT. After replacing the placeholder values, the server is ready to run.

Key features of MNS MCP Server

  • Create MNS queues on the fly.
  • Delete specified queues.
  • Send messages to a queue.
  • Receive and delete messages from a queue.
  • List queues, with optional prefix filtering.

Use cases of MNS MCP Server

  • Automate queue provisioning and message handling in CI/CD pipelines.
  • Manage MNS resources across development, staging, and production environments.
  • Integrate message sending/receiving into AI workflows via MCP.
  • Monitor and clean up queues by listing and deleting unused ones.

FAQ from MNS MCP Server

What are the runtime requirements?

Python 3.8+ and the Alibaba Cloud MNS SDK (aliyun-mns-sdk) are required.

How do I configure authentication?

Set the environment variables MNS_ACCESS_KEY_ID, MNS_ACCESS_KEY_SECRET, and MNS_ENDPOINT in the MCP host's configuration file.

Which operations are supported?

Create, delete, and list queues, as well as send messages to and receive messages from a queue.

Is this server specific to Alibaba Cloud?

Yes, it is built specifically for Alibaba Cloud Message Service (MNS).

Comments

More Other MCP servers