Back to MCP Servers
Stape
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.
marketingapiai
By stape-io
Installation
npx -y stape-mcp-serverConfiguration
{
"mcpServers": {
"stape-mcp-server": {
"command": "npx",
"args": ["-y", "stape-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes