Skip to content
VS Code

quran search engine mcp for VS Code

io.github.adelpro/quran-search-engine-mcp

Quran Search Engine MCP for AI tools. Provides Quran search, Arabic normalization, and highlighting.

client:VS Code transport:stdio runtime:npm

Install quran search engine mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "quran-search-engine-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "quran-search-engine-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

quran search engine mcp in other clients