Prompts
Freeby MCP Community
Reusable prompt library for AI agents — CLI + MCP server + REST API + web dashboard
v0.3.19Added Apr 12, 2026
promptstemplatesmcpaicoding-agent
Prompts MCP Server
Reusable prompt library for AI agents — CLI + MCP server + REST API + web dashboard
Installation
Reviews
Installation
Quick install
npx -y @hasna/prompts
Add to claude_desktop_config.json
{
"mcpServers": {
"prompts": {
"command": "npx",
"args": ["-y", "@hasna/prompts"]
}
}
}