Skip to main content
MarketingTypeScript

stape-io/stape-mcp-server

πŸ“‡ ☁️ – This project implements an MCP (Model Context Protocol) server for the Stape platform. It allows interaction with the Stape API using AI assistants like Claude or AI-powered IDEs like Cursor.

marketingcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/stape-io/stape-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "stape-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "stape-io/stape-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Marketing
Language
TypeScript
Author
stape-io