Fetch and convert web content for LLM consumption. Retrieves web pages and converts them to clean, readable text.
MCP (Model Context Protocol) servers extend Claude's capabilities with external tools and data sources. They provide access to databases, APIs, file systems, and more. Configure MCP servers in .mcp.json or add them via `claude mcp add` command.
Option 1 - CLI Command: claude mcp add fetch -- npx -y @anthropic-ai/mcp-server-fetch Option 2 - Add to .mcp.json Features: - Fetches web pages and converts HTML to markdown - Handles JavaScript-rendered content - Respects robots.txt - Efficient token usage with clean output
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-fetch"]
}
}
}Manage Docker containers and images. List, start, stop containers, view logs, and inspect container configurations.