Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Danijeun/Fanar Server

FreeNot checked

A Model Context Protocol server for Fanar API tools: Islamic RAG, image generation, and translation.

GitHubEmbed

About

A Model Context Protocol server for Fanar API tools: Islamic RAG, image generation, and translation.

README

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.

Installation

npm install -g @danijeun/fanar-mcp-server

Or use with npx:

npx @danijeun/fanar-mcp-server

Environment Variable

Set your Fanar API key:

export FANAR_API_KEY=your_api_key_here

Usage (CLI)

You can run the MCP server directly:

@danijeun/fanar-mcp-server

Or via npx:

npx @danijeun/fanar-mcp-server

Usage (MCP Client)

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"
      }
    }
  }
}

Tools

fanar_rag

  • Input: { messages: [{ role: string, content: string }], model?: string }
  • Output: { content: [{ type: "text", text: string }], references?: any[] }

fanar_image_gen

  • Input: { prompt: string }
  • Output: { content: [{ type: "image", image: string }] } (base64)

fanar_translate

  • Input: { text: string, langpair: string, preprocessing?: string }
  • Output: { content: [{ type: "text", text: string }] }

License

None

from github.com/danijeun/fanar-mcp-server

Install @Danijeun/Fanar Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install danijeun-fanar-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add danijeun-fanar-mcp-server -- npx -y @danijeun/fanar-mcp-server

FAQ

Is @Danijeun/Fanar Server MCP free?

Yes, @Danijeun/Fanar Server MCP is free — one-click install via Unyly at no cost.

Does @Danijeun/Fanar Server need an API key?

No, @Danijeun/Fanar Server runs without API keys or environment variables.

Is @Danijeun/Fanar Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install @Danijeun/Fanar Server in Claude Desktop, Claude Code or Cursor?

Open @Danijeun/Fanar Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare @Danijeun/Fanar Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs