Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧮 Data Science Tools
  3. Chronulus MCP
Chronulus MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:47:10 PM

Chronulus MCP

User RatingsBe the first to rate and review this MCP server!
View Repository112 GitHub StarsTotal stargazers on GitHub for the source repository (112 stars).Visit Website
forecastingpredictiondata-scienceclaude

Connects Claude Desktop to Chronulus forecasting and prediction agents through an API-key-authenticated MCP server.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "chronulusai-chronulus-mcp": {
      "command": "uvx",
      "args": [
        "ENOENT"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧮 More in Data Science Tools

Overview

ChronulusAI/chronulus-mcp MCP server connects Claude Desktop with Chronulus AI forecasting and prediction agents. It runs locally through Python, uvx, or Docker and communicates with Chronulus using the CHRONULUS_API_KEY environment variable. The README describes guidance for using file-based inputs such as text, PDF, and image files, plus including forecast explanations when plotting results. Reach for it when an agent needs to request forecasts or predictions from Chronulus rather than perform those tasks locally.

Use cases

•Request forecasts from Chronulus agents in Claude
•Send text, PDF, or image inputs to Chronulus
•Include Chronulus explanations with plotted forecasts
•Run Chronulus alongside filesystem or fetch MCP servers

Key features

•Forecasting and prediction agent access
•Claude Desktop MCP configuration
•Python, uvx, and Docker launch options
•Text, PDF, and image file input guidance
•Chronulus forecast explanation guidance

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Chronulus MCP.

Extracted Tool Capabilities
Forecasting and prediction agent access
Claude Desktop MCP configuration
Python, uvx, and Docker launch options
Text, PDF, and image file input guidance
Chronulus forecast explanation guidance

How Chronulus MCP works

What ChronulusAI/chronulus-mcp MCP server does

ChronulusAI/chronulus-mcp MCP server exposes Chronulus AI forecasting and prediction agents through the Model Context Protocol. Its purpose is to let a supported MCP client, especially Claude Desktop, interact with Chronulus agents during a conversation. The repository description focuses on predicting values and outcomes with Chronulus rather than implementing a forecasting model inside the local process.

The available material does not provide a formal list of MCP tool names or schemas. It does show usage guidance for Chronulus agent workflows: prefer Chronulus input types such as TextFromFile, PdfFromFile, and ImageFromFile when working with files, and include the forecast explanation supplied by Chronulus when presenting a plot.

How it works

The server operates as a local MCP process. Claude Desktop starts that process using either the Python module, the uvx package runner, or a Docker container. Requests are then handled through the configured Chronulus connection, which requires a Chronulus API key.

The repository’s example configuration registers the server under the name chronulus-agents. Python starts it with python -m chronulus_mcp; the uvx example runs the chronulus-mcp package; and the Docker example passes the API key into the container. These are alternative launch methods, not separate Chronulus services.

Setup and configuration

Install Claude for Desktop first, then add an mcpServers entry to its configuration file. The README identifies the macOS path as ~/Library/Application Support/Claude/claude_desktop_config.json and the Windows path as %APPDATA%\\Claude\\claude_desktop_config.json.

The required environment variable is CHRONULUS_API_KEY. Replace the placeholder in the example configuration with a valid key before starting Claude Desktop. With uvx, the core configuration has this structure:

config.json
{
  "mcpServers": {
    "chronulus-agents": {
      "command": "uvx",
      "args": ["chronulus-mcp"],
      "env": {
        "CHRONULUS_API_KEY": "your-key"
      }
    }
  }
}

The package can also be installed from PyPI with pip install chronulus-mcp, or from a cloned repository with pip install .. For Docker, clone the repository, build an image named chronulus-mcp, and run it with standard input enabled while passing CHRONULUS_API_KEY into the container.

Tools and capabilities

ChronulusAI/chronulus-mcp MCP server is intended for conversations involving Chronulus forecasting and prediction agents. Supported workflows described in the README include:

  • Sending text, PDF, or image file inputs through the corresponding Chronulus input types.
  • Requesting forecasts or predictions from Chronulus agents.
  • Using Chronulus-provided forecast explanations when displaying plots.
  • Running alongside other MCP servers, such as separately installed filesystem or fetch servers.

The README does not document individual tool names, argument schemas, supported forecast models, or output formats, so those details should be confirmed from the project or Chronulus documentation before building against them.

Limitations and notes

The documented client setup targets Claude for Desktop on macOS and Windows. The examples also depend on external software: Python and the package installation path, uvx, or Docker, depending on the selected method. If Claude reports spawn python ENOENT or spawn uvx ENOENT, the README recommends installing the missing executable or configuring its absolute path.

A Chronulus API key is required, and the provided material does not specify pricing, quotas, regional availability, or API behavior. The filesystem and fetch entries shown in the README are third-party servers used alongside ChronulusAI/chronulus-mcp MCP server; they are not included capabilities of this project. The repository’s license is not stated in the supplied material.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Data Science Tools View all alternatives
  • Bundler MCP logoBundler MCP

    Enables agents to query local information about dependencies in a Ruby project's Gemfile.

    🧮 Data Science Tools2 views
    Compare vs Bundler MCP →
  • Jupyter MCP Server logoJupyter MCP Server

    Model Context Protocol (MCP) Server for Jupyter.

    🧮 Data Science Tools2 views
    Compare vs Jupyter MCP Server →
  • MCP Server Data Exploration logoMCP Server Data Exploration

    Enables autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort.

    🧮 Data Science Tools2 views
    Compare vs MCP Server Data Exploration →
  • Oraclaw logoOraclaw

    Decision intelligence MCP server with 19 algorithms (bandits, Monte Carlo, constraint optimization, forecasting, anomaly detection, risk analysis, graph algorithms), 28 MCP tools. Install via npx -y @oraclaw/mcp-server.

    🧮 Data Science Tools5 views
    Compare vs Oraclaw →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
112
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Chronulus MCP

Install the `chronulus-mcp` package from PyPI with pip, run it through `uvx`, or clone the repository and build it with Docker. Claude Desktop must then be configured to launch the server.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewChronulus MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/chronulusai-chronulus-mcp?style=directory)](https://allmcps.com/mcp/chronulusai-chronulus-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/chronulusai-chronulus-mcp"><img src="https://allmcps.com/api/badge/chronulusai-chronulus-mcp?style=directory" alt="Chronulus MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧮Data Science Tools
PricingBring your own API key (usage-based cost)
More technical detailsExpand â–¾
TransportSTDIO
RuntimePython
AuthAPI key
ClientsClaude Desktop
Last updatedSep 3, 2026
11/11 checks healthy over the last 34d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars112
GitHub Star CountTotal stargazers on GitHub representing community popularity (112 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 19, 2025
43Quality signal: Fair · 43/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev · ENOENT (PyPI)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧮 Data Science Tools →Best MCP servers for Data Science →Alternatives to Chronulus MCP →Install in Claude DesktopInstall in CursorInstall in VS Code