I Ching MCP Server by RoxyAPI for Claude Desktop
com.roxyapi/iching
I Ching hexagram casts, 64 hexagram meanings and changing lines for AI agents.
client:Claude Desktop
transport:streamable-http
tools:9
Install I Ching MCP Server by RoxyAPI in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"iching": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://roxyapi.com/mcp/iching"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs