MCP Settings Configuration
{
"fetch": {
"stdio": {
"command": "python3",
"args": [
"-m", "mcp_server_fetch",
"--ignore-robots-txt"
]
}
}
}
Web content fetching and scraping capabilities with robots.txt handling for extracting data from websites. Convert HTML into Markdown (or raw text).
{
"fetch": {
"stdio": {
"command": "python3",
"args": [
"-m", "mcp_server_fetch",
"--ignore-robots-txt"
]
}
}
}