wikisource mcp for Zed
io.github.mrfentmen/wikisource-mcp
Use this MCP server to searching and reading public-domain texts on Wikisource. Tools include...
client:Zed
transport:stdio
runtime:npm
Install wikisource mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"wikisource-mcp": {
"command": "npx",
"args": [
"-y",
"wikisource-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs