Home › Other › prompts.chat MCP Server

prompts.chat MCP Server

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

JavaScript
★ 35 stars Last pushed 2026-03-28

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.9)

npx -y @fkadev/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "prompts-chat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fkadev/[email protected]"
      ],
      "env": {
        "PROMPTS_API_KEY": "<YOUR_VALUE>",
        "PROMPTS_QUERY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PROMPTS_API_KEY secret — API key for authenticated requests (enables save_prompt tool)
  • PROMPTS_QUERY — Query string to filter prompts (e.g., users=a,b&categories=c,d&tags=e,f)

Related servers

Data from the Official MCP Registry