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-serverConfiguration
{
"mcpServers": {
"shahnameh-mcp-server": {
"command": "npx",
"args": ["-y", "shahnameh-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes