MCP.so
登录

MNS MCP Server

@Houlong66

关于 MNS MCP Server

mns-mcp-server

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

Houlong66

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

其他 分类下的更多 MCP 服务器