# sebastianbergmann/php-file-iterator | Model Context Protocol (MCP) Server > FilterIterator implementation that filters files based on a list of suffixes, prefixes, and other exclusion criteria. - **Stars**: ⭐ 7,491 - **Language**: PHP - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "php-file-iterator": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-php-file-iterator" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "php-file-iterator": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-php-file-iterator" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-php-file-iterator` - **Docker**: `docker run -i --rm mcp/php-file-iterator`