Model Context Protocol (MCP) server configuration and tool manifest for 53AI/53AIHub
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"53AIHub": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-53AIHub"
]
}
}
}