Model Context Protocol server for managing, storing, and providing prompts and prompt templates for LLM interactions.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-prompts": {
"command": "npx",
"args": [
"-y",
"sparesparrow/mcp-prompts"
]
}
}
}
Run in terminal:
claude mcp add mcp-prompts npx -y sparesparrow/mcp-prompts
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-prompts": {
"command": "npx",
"args": [
"-y",
"sparesparrow/mcp-prompts"
]
}
}
}