← Back to Plugins
MCP Server MCP

prompts.chat MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @fkadev/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...