loading…
Search for a command to run...
loading…
Creativity Engine - MCP server providing AI-powered tools and automation by MEOK AI Labs
Creativity Engine - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for creativity engine mcp operations
Creativity Engine MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
find_bisociations |
Find creative bisociations between two concepts (Koestler's theory). Discovers h |
assess_creativity |
Score an idea across 5 creativity dimensions: novelty, utility, surprise, elegan |
compute_novelty |
Compute novelty score by comparing against known solutions in the QD archive. |
suggest_exploration |
Suggest unexplored conceptual territories for creative exploration. |
get_qd_archive_stats |
Get Quality-Diversity archive statistics. |
pip install meok-creativity-engine-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"creativity-engine": {
"command": "python",
"args": ["-m", "meok_creativity_engine_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"creativity-engine-mcp": {
"command": "npx",
"args": []
}
}
}