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).
Run
npx -y @fkadev/prompts.chat-mcp
MCP client config
{
"mcpServers": {
"prompts-chat-mcp-server": {
"command": "npx",
"args": [
"-y",
"@fkadev/prompts.chat-mcp"
]
}
}
}