Github Gist
Freeby MCP Community
MCP server to create, read, update, list, and search GitHub Gists from your IDE
v1.0.2Added Apr 12, 2026
mcpmcp-servermodel-context-protocolgithubgist
Github Gist MCP Server
MCP server to create, read, update, list, and search GitHub Gists from your IDE
Installation
npx -y mcp-server-github-gist
Reviews
Installation
Quick install
npx -y mcp-server-github-gist
Add to claude_desktop_config.json
{
"mcpServers": {
"github-gist": {
"command": "npx",
"args": ["-y", "mcp-server-github-gist"]
}
}
}