Skip to content
Cline

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

prompts.chat MCP Server in other clients