Skip to content
Claude Desktop

prompts.chat MCP Server for Claude Desktop

io.github.f/prompts.chat-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install prompts.chat MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

prompts.chat MCP Server in other clients