Prompt Flow
Freeby MCP Community
MCP tool for optimizing prompts using Coze API
v1.0.4Added Apr 12, 2026
mcpprompt-engineeringcozeaillm
Prompt Flow MCP Server
MCP tool for optimizing prompts using Coze API
Installation
npx -y @jhaigc/prompt_flow
Reviews
Installation
Quick install
npx -y @jhaigc/prompt_flow
Add to claude_desktop_config.json
{
"mcpServers": {
"prompt-flow": {
"command": "npx",
"args": ["-y", "@jhaigc/prompt_flow"]
}
}
}