{"type":"mcp_server","name":"chronulus-mcp","description":"This repository provides an MCP server enabling users to chat with Chronulus AI Forecasting & Prediction Agents within the Claude desktop application. It offers installation instructions using pip or Docker,","category":"AI","language":"Python","stars":110,"forks":2,"owner":"ChronulusAI","github_url":"https://github.com/ChronulusAI/chronulus-mcp","homepage":"https://www.chronulus.com","setup":"## Setup\n\n1.  Install Claude for Desktop from [here](https://claude.ai/download) (available on macOS and Windows).\n2.  Follow the general instructions [here](https://modelcontextprotocol.io/quickstart/user) to configure the Claude desktop client.\n3.  Find your Claude config at `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows).\n4.  Choose one of the following methods (pip, docker, uvx) and add it to your `claude_desktop_config.json`.\n\n   *   **Using pip:**\n       *   Install release from PyPI: `pip install chronulus-mcp` or install from Github:\n           ```bash\n           git clone https://github.com/ChronulusAI/chronulus-mcp.git\n           cd chronulus-mcp\n           pip install .\n           ```\n       *   Add the following JSON to your `claude_desktop_config.json`:\n           ```json\n           {\n             \"mcpServers\": {\n               \"chronulus-agents\": {\n                 \"command\": \"python\",\n                 \"args\": [\"-m\", \"chronulus_mcp\"],\n                 \"env\": {\n                   \"CHRONULUS_API_KEY\": \"<YOUR_CHRONULUS_API_KEY>\"\n                 }\n               }\n             }\n           }\n           ```\n   *   **Using docker:**\n       *   Clone the repository and build the docker image:\n           ```bash\n           git clone https://github.com/ChronulusAI/chronulus-mcp.git\n           cd chronulus-mcp\n            docker build . -t 'chronulus-mcp'\n           ```\n       *   Add the following JSON to your `claude_desktop_config.json`:\n           ```json\n           {\n             \"mcpServers\": {\n               \"chronulus-agents\": {\n                 \"command\": \"docker\",\n                 \"args\": [\"run\", \"-i\", \"--rm\", \"-e\", \"CHRONULUS_API_KEY\", \"chronulus-mcp\"],\n                 \"env\": {\n                   \"CHRONULUS_API_KEY\": \"<YOUR_CHRONULUS_API_KEY>\"\n                 }\n               }\n             }\n           }\n           ```\n   *   **Using uvx:**\n       *   Add the following JSON to your `claude_desktop_config.json`:\n           ```json\n           {\n             \"mcpServers\": {\n               \"chronulus-agents\": {\n                 \"command\": \"uvx\",\n                 \"args\": [\"chronulus-mcp\"],\n                 \"env\": {\n                   \"CHRONULUS_API_KEY\": \"<YOUR_CHRONULUS_API_KEY>\"\n                 }\n               }\n             }\n           }\n           ```\n5.  Optionally, configure additional servers like Filesystem and Fetch.\n6.  Update Claude preferences via Claude Desktop or claude.ai/settings.","tools":"## Available Tools\n\n\t\t1. Chronulus AI Forecasting & Prediction Agents (Chat with Chronulus AI in Claude).\n\t\t2. Filesystem (Access and manipulate files).\n\t\t3. Fetch (Retrieve data from URLs).\n","faq":null,"created_at":"2025-02-16T03:33:30+00:00","updated_at":"2025-03-28T06:51:08+00:00","source_url":"https://model-context-protocol.com/servers/chronulus-ai-forecasting-prediction-server","related_articles":[]}