Omnisend MCP Server
by plutzilla
An MCP server that integrates with the Omnisend API V5, written in TypeScript. It allows AI assistants and other MCP clients to interact with Omnisend data.
Last updated: N/A
What is Omnisend MCP Server?
This is a Model Context Protocol (MCP) server designed to bridge the gap between Omnisend's API V5 and MCP-compatible clients, such as AI assistants like Claude. It enables these clients to access and manipulate Omnisend data through a standardized protocol.
How to use Omnisend MCP Server?
To use this server, you need to install it using npm install
, build it with npm run build
, and then run it with npm start
. You also need to configure your Omnisend API key in a .env
file. MCP clients, such as VS Code with the appropriate extension or AI assistants like Claude, can then be configured to communicate with the server.
Key features of Omnisend MCP Server
Contact management (list, create, get, update)
Product management (list, create, get, replace, delete)
Event tracking
Product categories management
Cursor-based pagination support
Use cases of Omnisend MCP Server
Allow AI assistants to manage contacts in Omnisend
Enable AI assistants to create and manage products in Omnisend
Track customer events in Omnisend through AI interactions
Integrate Omnisend data into custom MCP clients
Automate Omnisend tasks using AI-powered workflows
FAQ from Omnisend MCP Server
What is MCP?
What is MCP?
Model Context Protocol is a standard protocol for AI tools to interact with external systems.
What is Omnisend?
What is Omnisend?
Omnisend is an email marketing and automation platform for e-commerce businesses.
How do I get an Omnisend API key?
How do I get an Omnisend API key?
You can obtain an API key from your Omnisend account settings.
What is the purpose of the .env file?
What is the purpose of the .env file?
The .env file is used to store sensitive information like your Omnisend API key, keeping it separate from your code.
Where can I find the Omnisend API documentation?
Where can I find the Omnisend API documentation?
The official Omnisend API documentation is available at https://api-docs.omnisend.com/.