quran search engine mcp for Cursor
io.github.adelpro/quran-search-engine-mcp
Quran Search Engine MCP for AI tools. Provides Quran search, Arabic normalization, and highlighting.
client:Cursor
transport:stdio
runtime:npm
Install quran search engine mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"quran-search-engine-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"quran-search-engine-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs