← Back to browse

prompts.chat MCP Server

Indexed by io.github.f

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPROMPTS_API_KEY PROMPTS_QUERY
Claude Code
claude mcp add --env PROMPTS_API_KEY= --env PROMPTS_QUERY= prompts-chat-mcp -- npx @fkadev/prompts.chat-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"prompts-chat-mcp","command":"npx","args":["@fkadev/prompts.chat-mcp"],"env":{"PROMPTS_API_KEY":"","PROMPTS_QUERY":""}}'
JSON
{
  "mcpServers": {
    "prompts-chat-mcp": {
      "command": "npx",
      "args": [
        "@fkadev/prompts.chat-mcp"
      ],
      "env": {
        "PROMPTS_API_KEY": "",
        "PROMPTS_QUERY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.