Back to MCP Servers
🔌

ChronulusAI/chronulus-mcp

MITAPI key required

🐍 ☁️ - Predict anything with Chronulus AI forecasting and prediction agents.

PythonAI & LLMs

Install

uvx ENOENT

Required environment variables

CHRONULUS_API_KEYSet in your MCP config
YOUR_CHRONULUS_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "chronulusai-chronulus-mcp": {
      "command": "uvx",
      "args": [
        "ENOENT"
      ],
      "env": {
        "CHRONULUS_API_KEY": "<YOUR_CHRONULUS_API_KEY>",
        "YOUR_CHRONULUS_API_KEY": "<YOUR_YOUR_CHRONULUS_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.