💬 Prompts
🔌 Integrations
### CLI ```bash npx prompts.chat ``` ### Claude Code Plugin ``` /plugin marketplace add f/prompts.chat /plugin install prompts.chat@prompts.chat ``` 📖 [Plugin Documentation](CLAUDE-PLUGIN.md) ### MC
Description
CLI
npx prompts.chat
Claude Code Plugin
/plugin marketplace add f/prompts.chat
/plugin install prompts.chat@prompts.chat
MCP Server
Use prompts.chat as an MCP server in your AI tools.
Remote (recommended):
{
"mcpServers": {
"prompts.chat": {
"url": "https://prompts.chat/api/mcp"
}
}
}
Local:
{
"mcpServers": {
"prompts.chat": {
"command": "npx",
"args": ["-y", "prompts.chat", "mcp"]
}
}
}
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!