Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub joshuaramirez/claude-code-plugins --plugin advanced-prompting-engineCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"advanced-prompting-engine": {
"command": "python3",
"args": [
"-m",
"advanced_prompting_engine"
]
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
Share bugs, ideas, or general feedback.