MCP.so
Sign In
Servers

Omnisend MCP Server

@plutzilla

Omnisend MCP server

Overview

What is Omnisend MCP Server?

Omnisend MCP Server is a Model Context Protocol server that integrates with the Omnisend API V5, written in TypeScript. It allows MCP-compatible clients (AI assistants, VS Code, custom apps) to manage Omnisend contacts, products, events, categories, and brand information.

How to use Omnisend MCP Server?

Install dependencies with npm install, build with npm run build, create a .env file with OMNISEND_API_KEY, then start the server with npm start. The server can be used with Claude Desktop (via configuration in claude_desktop_config.json) or with other MCP clients. For debugging, run npm run inspect to launch the MCP Inspector.

Key features of Omnisend MCP Server

  • Contact management (list, create, get, update)
  • Product management (list, create, get, replace, delete)
  • Event tracking via Omnisend API
  • Product categories management
  • Brand information access (current brand data and schema)
  • Cursor-based pagination with next/previous URLs and limit/offset

Use cases of Omnisend MCP Server

  • List recent contacts in Omnisend
  • Create a new product in the Omnisend catalog
  • Send a customer event to Omnisend
  • Retrieve current brand information for your account
  • Browse product categories and associated resources

FAQ from Omnisend MCP Server

What is the Omnisend MCP Server and what can it do?

It is an MCP server that connects to the Omnisend API V5, enabling AI assistants and other MCP clients to perform operations like managing contacts, products, events, categories, and brands.

How do I install and configure the server?

After cloning the repository, run npm install to install dependencies, create a .env file with your OMNISEND_API_KEY (and optionally OMNISEND_API_URL), then run npm run build to compile TypeScript. Start the server with npm start.

How do I use it with Claude Desktop?

Install Claude Desktop, open Settings → Developer → Edit Config, then add the server configuration with the command node /path/to/dist/index.js and the environment variable OMNISEND_API_KEY. Save and restart Claude Desktop to see the available Omnisend tools.

What tools are available?

The server provides tools for contacts (listContacts, createContact, getContact, updateContact), products (listProducts, createProduct, getProduct, replaceProduct, deleteProduct), events (trackEvent), categories (listCategories, createCategory), brands (getCurrentBrand), and a ping tool.

What changed in version 2.3.0?

Version 2.3.0 added brand information support with the /v5/brands/current endpoint, implemented getCurrentBrand tool, added brand resources (live data and schema), improved resource naming, and integrated MCP Inspector for debugging.

More from Other