loading…
Search for a command to run...
loading…
A Model Context Protocol server for Fanar API tools: Islamic RAG, image generation, and translation.
A Model Context Protocol server for Fanar API tools: Islamic RAG, image generation, and translation.
A Model Context Protocol (MCP) server for Fanar API tools: Islamic RAG, image generation, and translation. Publishable as an npm package and usable as a CLI tool or MCP server.
npm install -g @danijeun/fanar-mcp-server
Or use with npx:
npx @danijeun/fanar-mcp-server
Set your Fanar API key:
export FANAR_API_KEY=your_api_key_here
You can run the MCP server directly:
@danijeun/fanar-mcp-server
Or via npx:
npx @danijeun/fanar-mcp-server
Configure your MCP client to use this server. Example config:
{
"mcpServers": {
"fanar_mcp": {
"command": "npx",
"args": ["@danijeun/fanar-mcp-server"],
"env": {
"FANAR_API_KEY": "your api key here"
}
}
}
}
{ messages: [{ role: string, content: string }], model?: string }{ content: [{ type: "text", text: string }], references?: any[] }{ prompt: string }{ content: [{ type: "image", image: string }] } (base64){ text: string, langpair: string, preprocessing?: string }{ content: [{ type: "text", text: string }] }None
Run in your terminal:
claude mcp add danijeun-fanar-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.