Creativity Engine MCP
Creativity Engine MCP
MCP server for creativity engine mcp operations
Overview
Creativity Engine MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Find creative bisociations between two concepts (Koestler's theory). Discovers h |
| Score an idea across 5 creativity dimensions: novelty, utility, surprise, elegan |
| Compute novelty score by comparing against known solutions in the QD archive. |
| Suggest unexplored conceptual territories for creative exploration. |
| Get Quality-Diversity archive statistics. |
Installation
pip install meok-creativity-engine-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"creativity-engine": {
"command": "python",
"args": ["-m", "meok_creativity_engine_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/creativity-engine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server