AI & ML
Trust: 30/100 (Limited)prompts.chat MCP Server Guide
Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.
by f
Quick Start
Install
npx @fkadev/prompts.chat-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-f-prompts-chat-mcp": {
"command": "npx",
"args": [
"@fkadev/prompts.chat-mcp"
]
}
}
}