a2amarket-mcp-server

ggqshuai-hub/a2amarket-mcp-server
★ 1 stars JavaScript 🤖 AI/LLM Updated 8d ago
A2A Market MCP Server — Connect AI agents to A2A Market via Model Context Protocol (31 tools)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "a2amarket-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ggqshuai-hub/a2amarket-mcp-server"
      ]
    }
  }
}