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 Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント