prompts.chat MCP Server for Cline
io.github.f/prompts.chat-mcp
Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.
client:Cline
transport:stdio
runtime:npm
Install prompts.chat MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"prompts.chat-mcp": {
"command": "npx",
"args": [
"-y",
"@fkadev/prompts.chat-mcp"
],
"env": {
"PROMPTS_API_KEY": "<PROMPTS_API_KEY>",
"PROMPTS_QUERY": "<PROMPTS_QUERY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs