Skip to main content
Glama
felixjoy89hevo

Hevo MCP Server

Hevo MCP Server

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

Related MCP server: Pipedrive MCP

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables interaction with OpenHEXA platform through Claude Desktop, allowing users to query workspaces, list datasets, search pipelines, and view pipeline runs using natural language.
    Last updated
    1
  • A
    license
    B
    quality
    F
    maintenance
    Enables natural language interaction with Pipedrive CRM via Claude Code, allowing users to manage deals, contacts, activities, and more through conversational commands.
    Last updated
    26
    28
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables Claude Code to manage Hetzner Cloud servers, including creating, deleting, powering on/off, and rebooting servers, as well as managing SSH keys and listing resources.
    Last updated
    37
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Read, edit, publish, and preview your pepita websites from Claude.

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

  • Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

View all MCP Connectors

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/felixjoy89hevo/Hevo-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server