Omnisend MCP Server
@plutzilla
关于 Omnisend MCP Server
Omnisend MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"omnisend": {
"command": "node",
"args": [
"/path/to/dist/index.js"
],
"env": {
"OMNISEND_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论