quran search engine mcp for Zed
io.github.adelpro/quran-search-engine-mcp
Quran Search Engine MCP for AI tools. Provides Quran search, Arabic normalization, and highlighting.
client:Zed
transport:stdio
runtime:npm
Install quran search engine mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"quran-search-engine-mcp": {
"command": "npx",
"args": [
"-y",
"quran-search-engine-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs