Getting Started
This guide will help you set up and integrate the Tapti Model Context Protocol (MCP) into your application. Tapti MCP provides a unified interface for managing users, accounts, content, comments, demographics, and more across multiple social media and content platforms.
Prerequisites
Before you begin, ensure you have:
- A Tapti Dev API key (get api key)
- Access to the Tapti MCP Server
- An MCP Client to use Tapti’s MCP server and tools
To use MCP tools, run the Tapti MCP Server, which exposes the tools as callable endpoints or functions. See the example configuration below (from .cursor/mcp.json
).
Setting Up the MCP Server
Creating an API Key
To create an API key:
- Log in to your Fusion Core dashboard
- Navigate to Settings > API Keys
- Click Create New API Key
- Select the required permissions for MCP (users, accounts, content, etc.)
- Give your key a descriptive name (e.g., “MCP Integration”)
- Click Generate Key
- Copy the key and store it securely
API keys grant access to your account and data. Never share them publicly or commit them to source control. Use environment variables or a secure key management system.
OAuth Integration
To connect user accounts with social platforms, you’ll need to:
- Go to the Users page on tapti.dev
- Create a new user account
- Connect the desired social media accounts to this user
Next Steps
Now that you’ve set up MCP, you can:
- Explore the available tools to understand the full capabilities
- Learn about Account management to connect and manage social media accounts
- Discover how to Publish content across multiple platforms
- Set up Engagement tracking to monitor performance
See the MCP Overview for a complete picture of the MCP module.