seoul-essentials vs fetch
Side-by-side comparison to help you pick between these two MCP servers.
seoul-essentials by do-droid | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 76 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsOther | Web ScrapingAI / LLM ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
seoul-essentials · Summary
An MCP server providing Seoul's public facility data for tourist assistance AI agents.
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
seoul-essentials · Use cases
- Tourist assistance chatbots providing directions to English-speaking pharmacies
- Navigation applications finding nearby public restrooms or WiFi hotspots
- Emergency services locating the closest AED in Seoul
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
seoul-essentials · Install
Installation
**Option A: Smithery (Recommended)** Visit [Seoul Essentials on Smithery](https://smithery.ai/servers/do-droid/seoul-essentials) and follow the setup instructions.
**Option B: Direct Connection** Add to your MCP client config (e.g., Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"seoul-essentials": {
"url": "https://seoul-essentials-mcp-230987091625.asia-northeast3.run.app/mcp"
}
}
}**Option C: Run Locally**
git clone https://github.com/do-droid/seoul-essentials.git
cd seoul-essentials
API_BASE_URL="https://asia-northeast3-seoul-essentials.cloudfunctions.net/api" \nuv run python -m src.serverfetch · 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"]
}
}
}