Php Mcp Server Generator
Official github skill covering MCP tools, server for orchestrating AI agents and multi-step workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add php-mcp-server-generator npx -- -y @trustedskills/php-mcp-server-generator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"php-mcp-server-generator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/php-mcp-server-generator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The php-mcp-server-generator skill automates the setup of a Minecraft server using PHP. It streamlines the configuration process, allowing users to generate and manage server files with minimal manual input.
When to use it
- You need to quickly set up a local or hosted Minecraft server without manually editing configuration files.
- You want to automate repetitive tasks like generating
server.propertiesor managing plugins. - You're developing tools or scripts that require dynamic server generation for testing purposes.
Key capabilities
- Generates Minecraft server configuration files automatically.
- Supports customization of server settings via parameters.
- Integrates with PHP-based workflows and automation scripts.
Example prompts
- "Generate a Minecraft server configuration file with port 25565 and max players set to 20."
- "Create a new server setup using the default Minecraft version and enable cheats."
- "Automate the generation of a server.properties file for a local development environment."
Tips & gotchas
- Ensure PHP is properly installed and configured on your system before running the generator.
- Some advanced server configurations may require manual editing after initial generation.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.