MCP cover image
See in Github
2025-04-04

用于与AWS AmazonMQ API交互的MCP服务器

2

Github Watches

0

Github Forks

1

Github Stars

Setup the MCP server

  • Provision a user on your AWS account IAM.
  • Attach ONLY AmazonMQFullAccess on the new user.
  • Use aws configure on your environment to configure the credential (You need the access ID and access key that generated in previous steps)

Manual Installation

  1. Clone this repository.
  2. Add the following to your claude_desktop_config.json file:
  • On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
    "mcpServers": {
      "amq": {
        "command": "uv",
        "args": [
            "--directory",
            "/path/to/repo/mcp-server-amq", 
            "run", 
            "mcp-server-amq"
        ]
      }
    }
}


TODO:
1. Make sure all APIs are taken care of https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/mq.html

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • Lists Tailwind CSS classes in monospaced font

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • modelcontextprotocol
  • 模型上下文协议服务器

  • Mintplex-Labs
  • 带有内置抹布,AI代理,无代理构建器,MCP兼容性等的多合一桌面和Docker AI应用程序。

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

    Reviews

    3 (1)
    Avatar
    user_4bbPcBXz
    2025-04-18

    As a dedicated user of mcp-server-amq, I am thoroughly impressed by its seamless performance and reliability. Developed by kenliao94, this server application has significantly streamlined my messaging and queuing processes. Easy to integrate and highly efficient, it's an invaluable tool for any developer dealing with message brokering. Highly recommend checking it out on GitHub: https://github.com/kenliao94/mcp-server-amq!