gistpad-mcp vs fetch
Side-by-side comparison to help you pick between these two MCP servers.
gistpad-mcp by lostintangent | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 192 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 76 |
| Official | — | ✓ |
| Categories | GitHubProductivityKnowledge Graph | Web ScrapingAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
gistpad-mcp · Summary
MCP server for managing knowledge, notes and prompts via GitHub Gists with extensive tooling for gist operations.
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
gistpad-mcp · Use cases
- Managing personal knowledge bases stored as GitHub Gists
- Creating and tracking daily todos and notes
- Building and sharing reusable prompts with AI assistants
fetch · Use cases
- LLMs reading news articles and blogs
- Content analysis of web pages
- Retrieving information from public websites
- Chunked reading of large web documents
gistpad-mcp · Install
Installation
- Install the [GistPad VS Code extension](https://aka.ms/gistpad) for seamless integration
- For other MCP clients:
``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<YOUR_PAT>" } } } } ``
- Optional: Add flags to enable additional features:
--daily,--starred,--archived,--prompts
fetch · Install
Installation
**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:
uvx mcp-server-fetch**Using PIP** Install via pip:
pip install mcp-server-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}