MCP.so
登录

MNS MCP Server

@MCP-Mirror

关于 MNS MCP Server

Mirror of

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is MNS MCP Server?

MNS MCP Server is a management tool based on Alibaba Cloud Message Service (MNS) implemented via the MCP framework. It enables users to easily integrate and manage MNS resources through configuration in a MCP Host.

How to use MNS MCP Server?

Clone the repository, then add the provided JSON configuration block to your MCP Host configuration file, specifying the correct path to uv and setting the environment variables for MNS_ACCESS_KEY_ID, MNS_ACCESS_KEY_SECRET, and MNS_ENDPOINT.

Key features of MNS MCP Server

  • Create MNS queues dynamically.
  • Delete specified MNS 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 MNS queue lifecycle management via MCP.
  • Integrate message sending into MCP-based workflows.
  • Receive and process messages from MNS queues programmatically.

FAQ from MNS MCP Server

What environment variables are required?

MNS_ACCESS_KEY_ID, MNS_ACCESS_KEY_SECRET, and MNS_ENDPOINT are required.

What runtime does it require?

Python 3.8+ and the aliyun-mns-sdk package.

How do I install and configure it?

Clone the repo, add the JSON configuration to your MCP Host file, replace the placeholder values with your actual credentials and endpoint.

What operations does it support?

Creating queues, deleting queues, sending messages, receiving messages, and listing queues.

Does it have any known limits or security considerations?

The README does not mention any limits; authentication is handled via Alibaba Cloud access keys set in environment variables.

评论

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