Skip to content
Windsurf

prompts.chat MCP Server for Windsurf

io.github.f/prompts.chat-mcp

Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.

client:Windsurf transport:stdio runtime:npm

Install prompts.chat MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

prompts.chat MCP Server in other clients