Prompt Fetcher
Freeby MCP Community
MCP server for fetching and caching prompt templates from GitHub, GitLab, or local directories
v1.0.14Added Apr 12, 2026
mcppromptgithubgitlabcursor
Prompt Fetcher MCP Server
MCP server for fetching and caching prompt templates from GitHub, GitLab, or local directories
Installation
npx -y mcp-prompt-fetcher
Reviews
Installation
Quick install
npx -y mcp-prompt-fetcher
Add to claude_desktop_config.json
{
"mcpServers": {
"prompt-fetcher": {
"command": "npx",
"args": ["-y", "mcp-prompt-fetcher"]
}
}
}