Skip to content

Prompt Fetcher

Free

by MCP Community

MCP server for fetching and caching prompt templates from GitHub, GitLab, or local directories

v1.0.14Added Apr 12, 2026
mcppromptgithubgitlabcursor
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y mcp-prompt-fetcher
Add to claude_desktop_config.json
{
  "mcpServers": {
    "prompt-fetcher": {
      "command": "npx",
      "args": ["-y", "mcp-prompt-fetcher"]
    }
  }
}