Odel
prompts.chat MCP Server

prompts.chat MCP Server

Local
@f34JavaScriptUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@fkadev/prompts.chat-mcpv1.0.9

Run

npx -y @fkadev/prompts.chat-mcp

MCP client config

{
  "mcpServers": {
    "prompts-chat-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fkadev/prompts.chat-mcp"
      ]
    }
  }
}