### Installing Pickapicon MCP via Smithery CLI Source: https://github.com/leee62/pickapicon-mcp/blob/master/README.md This command installs the Pickapicon MCP for Claude Desktop automatically using the Smithery CLI. It simplifies the setup process by fetching the latest version and configuring it for use with Claude, enabling immediate integration. ```bash npx -y @smithery/cli install @Leee62/pickapicon-mcp --client claude ``` -------------------------------- ### Configuring Pickapicon MCP Server for Smithery Source: https://github.com/leee62/pickapicon-mcp/blob/master/README.md This JSON configuration defines how the pickapicon-mcp server is set up within Smithery. It specifies the server type as 'stdio', the command to execute 'npx pickapicon-mcp@latest', and allows setting an environment variable 'PREFIX' to define a default icon repository, such as 'ant-design'. ```json "mcpServers": { "pickapicon-mcp": { "type": "stdio", "command": "npx", "args": [ "-y", "pickapicon-mcp@latest" ], "env": { "PREFIX": "" } } } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.