Omnisend MCP Server

Integrations

  • Used for configuration to store sensitive API keys and URLs needed for Omnisend API integration

  • Required runtime environment for the MCP server that enables integration with Omnisend's API

Omnisend MCP 서버

Omnisend API V5와 통합되는 MCP(Model Context Protocol) 서버입니다.

특징

  • 연락처 관리(목록, 생성, 가져오기, 업데이트)
  • 제품 관리(목록, 생성, 가져오기, 바꾸기, 삭제)
  • 이벤트 추적

설치

지엑스피1

구성

Omnisend API 키로 루트 디렉토리에 .env 파일을 만듭니다.

OMNISEND_API_KEY=your_api_key_here OMNISEND_API_URL=https://api.omnisend.com/v5

용법

MCP 서버를 시작하려면:

npm start

MCP 서버와 상호 작용

MCP 서버는 모델 컨텍스트 프로토콜(MCP)을 이해하는 클라이언트와 함께 사용하도록 설계되었습니다. MCP 서버와 상호 작용하는 방법은 다음과 같습니다.

VS 코드 통합

VS Code와 함께 사용할 수 있도록 .vscode/mcp.json 파일에 구성 파일이 제공됩니다. 적절한 MCP 확장명을 사용하는 VS Code는 이 서버와 통신할 수 있습니다.

AI 어시스턴트

MCP를 지원하는 Claude와 같은 AI 보조원은 이 서버와 통신하여 Omnisend 데이터에 액세스하고 작업을 수행할 수 있습니다.

Claude Desktop과 함께 사용

Claude Desktop과 함께 이 MCP 서버를 사용하려면:

  1. 공식 웹사이트 에서 Claude Desktop을 다운로드하여 설치하세요.
  2. 시스템에 Node.js가 설치되어 있는지 확인하세요. 다음을 실행하여 확인할 수 있습니다.
    node --version
    Node.js가 설치되어 있지 않으면 nodejs.org 에서 다운로드하세요.
  3. 컴퓨터에서 Claude 메뉴를 열고 "설정..."을 선택하세요.
  4. 설정 창의 왼쪽 막대에서 "개발자"를 클릭한 다음 "구성 편집"을 클릭합니다.
  5. Claude Desktop 구성 파일이 열립니다. 파일 내용을 다음 구성으로 바꾸거나 추가하세요.
    { "mcpServers": { "omnisend": { "command": "node", "args": [ "/path/to/index.js" ], "env": { "OMNISEND_API_KEY": "your_api_key_here" } } } }
    your_api_key_here 실제 Omnisend API 키로 바꿔야 합니다.
  6. 구성 파일을 저장하고 Claude Desktop을 다시 시작합니다.
  7. 재시작 후 입력 상자의 오른쪽 하단에 망치 아이콘이 표시됩니다.
  8. 사용 가능한 Omnisend 도구를 보려면 망치 아이콘을 클릭하세요.
  9. 이제 Claude에게 다음과 같은 작업을 수행하도록 요청할 수 있습니다.
    • "Omnisend에서 최근 연락처 나열"
    • "Omnisend 카탈로그에 새 제품을 만들어 보세요"
    • "Omnisend에 고객 이벤트 보내기"

맞춤형 MCP 클라이언트

@modelcontextprotocol/sdk 라이브러리를 사용하여 사용자 정의 클라이언트를 개발할 수 있습니다.

import { McpClient } from '@modelcontextprotocol/sdk/client/mcp'; import { ProcessClientTransport } from '@modelcontextprotocol/sdk/client/process'; const transport = new ProcessClientTransport(serverProcess); const client = new McpClient(transport); // Connect to the server await client.connect(); // Execute tools const result = await client.executeTool("listContacts", { limit: 10 });

API 문서

Omnisend API에 대한 자세한 내용은 공식 문서를 참조하세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI 어시스턴트가 Omnisend 마케팅 플랫폼과 상호 작용할 수 있도록 하는 서버로, 자연어를 통해 연락처 관리, 제품 관리, 이벤트 추적 작업을 지원합니다.

  1. 특징
    1. 설치
      1. 구성
        1. 용법
          1. MCP 서버와 상호 작용
            1. VS 코드 통합
            2. AI 어시스턴트
            3. Claude Desktop과 함께 사용
            4. 맞춤형 MCP 클라이언트
          2. API 문서

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server enabling AI agents to access and manipulate ServiceNow data through natural language interactions, allowing users to search for records, update them, and manage scripts.
              Last updated -
              9
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              A server that enhances AI assistants with the ability to update your JSON Resume by analyzing your coding projects, automatically extracting skills and generating professional descriptions.
              Last updated -
              3
              32
              39
              TypeScript
              The Unlicense
              • Apple
              • Linux
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants to interact with Coolify instances through natural language, allowing management of servers, applications, databases, and deployments.
              Last updated -
              85
              2
              TypeScript
            • -
              security
              A
              license
              -
              quality
              This server implementation allows AI assistants to interact with Asana's API, enabling users to manage tasks, projects, workspaces, and comments through natural language requests.
              Last updated -
              65
              TypeScript
              MIT License

            View all related MCP servers

            ID: 9b2gk8u8oq