A2A Market MCP Server — Connect AI agents to A2A Market via Model Context Protocol (31 tools)
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"
]
}
}
}
Run in terminal:
claude mcp add a2amarket-mcp-server npx -y ggqshuai-hub/a2amarket-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"a2amarket-mcp-server": {
"command": "npx",
"args": [
"-y",
"ggqshuai-hub/a2amarket-mcp-server"
]
}
}
}