io.github.LumabyteCo/clarifyprompt MCP Server
io.github.LumabyteCo/clarifyprompt
What is the io.github.LumabyteCo/clarifyprompt MCP server?
AI prompt optimization for 58+ platforms across 7 categories with custom platforms
How to install io.github.LumabyteCo/clarifyprompt
Copy-paste configuration for popular MCP clients.
LLM_API_URLrequiredLLM API endpoint URL (OpenAI-compatible or Anthropic)
LLM_API_KEYsecretAPI key for the LLM provider (not needed for local Ollama)
LLM_MODELrequiredModel name/ID to use for optimization
{
"mcpServers": {
"clarifyprompt": {
"command": "npx",
"args": [
"-y",
"clarifyprompt-mcp"
],
"env": {
"LLM_API_URL": "<YOUR_LLM_API_URL>",
"LLM_API_KEY": "<YOUR_LLM_API_KEY>",
"LLM_MODEL": "<YOUR_LLM_MODEL>"
}
}
}
}{
"mcpServers": {
"clarifyprompt": {
"command": "npx",
"args": [
"-y",
"clarifyprompt-mcp"
],
"env": {
"LLM_API_URL": "<YOUR_LLM_API_URL>",
"LLM_API_KEY": "<YOUR_LLM_API_KEY>",
"LLM_MODEL": "<YOUR_LLM_MODEL>"
}
}
}
}{
"mcpServers": {
"clarifyprompt": {
"command": "npx",
"args": [
"-y",
"clarifyprompt-mcp"
],
"env": {
"LLM_API_URL": "<YOUR_LLM_API_URL>",
"LLM_API_KEY": "<YOUR_LLM_API_KEY>",
"LLM_MODEL": "<YOUR_LLM_MODEL>"
}
}
}
}{
"servers": {
"clarifyprompt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clarifyprompt-mcp"
],
"env": {
"LLM_API_URL": "<YOUR_LLM_API_URL>",
"LLM_API_KEY": "<YOUR_LLM_API_KEY>",
"LLM_MODEL": "<YOUR_LLM_MODEL>"
}
}
}
}claude mcp add clarifyprompt --env LLM_API_URL=<YOUR_LLM_API_URL> --env LLM_API_KEY=<YOUR_LLM_API_KEY> --env LLM_MODEL=<YOUR_LLM_MODEL> -- npx -y clarifyprompt-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.