A Model Context Protocol server that integrates I Ching divination with AI responses, exploring the bibliomantic approach described in Philip K. Dick’s The Man in the High Castle.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"bibliomantic-mcp-ser": {
"command": "uvx",
"args": [
"bibliomantic-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add bibliomantic-mcp-ser uvx bibliomantic-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"bibliomantic-mcp-ser": {
"command": "uvx",
"args": [
"bibliomantic-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install bibliomantic-mcp-server