Overview
what is Omnisend MCP Server?
Omnisend MCP Server is a Model Context Protocol (MCP) server that integrates with the Omnisend API V5, allowing users to manage contacts, products, and events seamlessly.
how to use Omnisend MCP Server?
To use the Omnisend MCP Server, install it via npm, configure your API key in a .env file, and start the server using npm commands. You can interact with it through compatible clients like VS Code or AI assistants that support MCP.
key features of Omnisend MCP Server?
- Contact management (list, create, get, update)
- Product management (list, create, get, replace, delete)
- Event tracking
- Integration with AI assistants and custom clients
use cases of Omnisend MCP Server?
- Managing customer contacts in Omnisend.
- Creating and updating product listings in an Omnisend catalog.
- Tracking customer events for marketing automation.
FAQ from Omnisend MCP Server?
- How do I install the Omnisend MCP Server?
You can install it using npm with the command
npm install.
- What do I need to configure?
You need to create a
.envfile with your Omnisend API key and URL.
- Can I use this server with AI assistants?
Yes! The server is designed to work with AI assistants that support the Model Context Protocol.