Serversio.github.f/prompts.chat-mcp
M

prompts.chat MCP Server

io.github.f/prompts.chat-mcp · v1.0.9
▦ npm
v1.0.9npm npm: @fkadev/prompts.chat-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.f/prompts.chat-mcp",
  "description": "Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.",
  "title": "prompts.chat MCP Server",
  "repository": {
    "url": "https://github.com/f/prompts.chat-mcp",
    "source": "github"
  },
  "version": "1.0.9",
  "icons": [
    {
      "src": "https://prompts.chat/logo.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@fkadev/prompts.chat-mcp",
      "version": "1.0.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for authenticated requests (enables save_prompt tool)",
          "isSecret": true,
          "name": "PROMPTS_API_KEY"
        },
        {
          "description": "Query string to filter prompts (e.g., users=a,b&categories=c,d&tags=e,f)",
          "name": "PROMPTS_QUERY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}