Back to MCP Servers

Shahnameh

MCP server for accessing the Shahnameh (Book of Kings) Persian epic poem by Ferdowsi, including sections, verses and explanations.

art-culture

Installation

npx -y shahnameh-mcp-server

Configuration

{
  "mcpServers": {
    "shahnameh-mcp-server": {
      "command": "npx",
      "args": ["-y", "shahnameh-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub