From kiln
Local Python MCP server providing HTTP fetch tools for web content retrieval, API requests, and response handling. Runs as a subprocess via uvx.
npx claudepluginhub fredasterehub/kiln --plugin kilnAdd to your .mcp.json:
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}uvxShare bugs, ideas, or general feedback.