Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Hevo Server

FreeNot checked

Enables managing Hevo Data pipelines from Claude Code, including listing, creating, enabling, disabling, resyncing, and updating pipeline and source configurati

GitHubEmbed

About

Enables managing Hevo Data pipelines from Claude Code, including listing, creating, enabling, disabling, resyncing, and updating pipeline and source configurations.

README

An MCP (Model Context Protocol) server that exposes Hevo Data's pipeline API as tools for Claude Code and other MCP clients.

What it does

Manage Hevo Data pipelines directly from Claude Code:

  • list_pipelines — list all pipelines in your Hevo account
  • get_pipeline — get details of a specific pipeline
  • create_pipeline — create a new pipeline
  • enable_pipeline — enable a pipeline
  • disable_pipeline — disable a pipeline (optionally cancel active jobs)
  • resync_pipeline — trigger a resync (optionally drop and reload)
  • update_pipeline_config — update a pipeline's configuration
  • update_source_config — update a pipeline's source configuration

Status

enable_pipeline, disable_pipeline, and resync_pipeline are verified against Hevo's live API docs. update_pipeline_config and update_source_config have not yet been verified against live docs and may need adjustment. Test carefully before relying on these two in production.

Setup

1. Get your Hevo API credentials

You'll need an API key and secret from your Hevo account, plus your region (us, eu, in, or asia).

2. Install and build

git clone https://github.com/felixjoy89hevo/hevo-mcp.git
cd hevo-mcp
npm install
npm run build

3. Register with Claude Code

claude mcp add hevo --scope user -- node /absolute/path/to/hevo-mcp/dist/index.js

Then set your credentials as environment variables in Claude Code's MCP config (see .env.example for the required variables):

  • HEVO_API_KEY
  • HEVO_API_SECRET
  • HEVO_REGION

4. Restart Claude Code

After any config or code change, restart your Claude Code session fully. Reconnecting isn't enough.

Requirements

  • Node.js >= 18

API Reference

Built against Hevo's live API docs.

License

MIT

from github.com/felixjoy89hevo/Hevo-MCP

Install Hevo Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install hevo-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add hevo-mcp-server -- npx -y github:felixjoy89hevo/Hevo-MCP

FAQ

Is Hevo Server MCP free?

Yes, Hevo Server MCP is free — one-click install via Unyly at no cost.

Does Hevo Server need an API key?

No, Hevo Server runs without API keys or environment variables.

Is Hevo Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Hevo Server in Claude Desktop, Claude Code or Cursor?

Open Hevo Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Hevo Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs