Stats
Actions
Tags
From kiln
Provides web fetching capabilities to Claude, allowing it to retrieve and process content from URLs. Runs locally via uvx.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub fredasterehub/kiln --plugin kiln