12306-mcp vs fetch
Side-by-side comparison to help you pick between these two MCP servers.
12306-mcp by Joooook | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 878 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 76 |
| Official | — | ✓ |
| Categories | E-commerceAI / LLM Toolstravel | Web ScrapingAI / LLM ToolsProductivity |
| Language | JavaScript | TypeScript |
| Last commit | 2 mo ago | this month |
12306-mcp · Summary
12306 MCP server provides ticket search functionality for Chinese railway booking.
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
12306-mcp · Use cases
- Travel planning AI assistants that can help users find train tickets
- Automated travel booking systems that integrate with 12306
- Multi-agent systems that need access to Chinese railway information
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
12306-mcp · Install
# Install via npm
npm install -g @joooook/12306-mcp
# Run directly
npx -y 12306-mcp
# Or with specific port
npx -y 12306-mcp --port 8080
# Claude Desktop configuration
{
"mcpServers": {
"12306-mcp": {
"command": "npx",
"args": [
"-y",
"12306-mcp"
]
}
}
}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"]
}
}
}