Back to directory
mns-mcp-server

mns-mcp-server

@Houlong660

一个基于阿里云消息服务(MNS)的管理工具,通过MCP框架实现,提供队列创建、删除、消息发送、接收和列出等功能。

MNSAlibaba CloudMessage ServicePythoncloud

Installation & Configuration

{
  "mcpServers": {
    "mns-mcp-server": {
      "command": "/absolute/path/to/uv",
      "args": [
        "--directory",
        "/absolute/path/to/mns-mcp-server",
        "run",
        "server.py"
      ],
      "env": {
        "MNS_ACCESS_KEY_ID": "your-access-key-id",
        "MNS_ACCESS_KEY_SECRET": "your-access-key-secret",
        "MNS_ENDPOINT": "your-mns-endpoint"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/16
Updated
2026/6/6