xkcd mcp for Zed
io.github.mrfentmen/xkcd-mcp
Use this MCP server to xkcd. The latest comic, any comic by number, alt text, and transcripts....
client:Zed
transport:stdio
runtime:npm
Install xkcd mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"xkcd-mcp": {
"command": "npx",
"args": [
"-y",
"xkcd-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs