home / mcp / ignission mcp server

Ignission MCP Server

Provides a remote MCP server delivering tools for content creators and businesses on TikTok.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "ignission-io-mcp": {
      "url": "https://mcp.ignission.io/mcp"
    }
  }
}

Ignission MCP provides a remote MCP server you can connect to from multiple MCP clients. It enables tools for content creators and businesses on TikTok by exposing a centralized set of MCP endpoints via a standard remote server URL or through client-specific installation steps.

How to use

You can connect to the Ignission MCP server from any compatible MCP client by using the provided remote server URL. In most clients, you add a new MCP server with the URL below to access Ignission’s tools.

How to install

Prerequisites vary by client. The following options reflect concrete steps shown for Ignission MCP integration across several popular clients.

{
  "mcpServers": {
    "ignission": {
      "url": "https://mcp.ignission.io/mcp"
    }
  }
}

Additional setup options by client

The source provides several client-specific setup paths. Use the one that matches your toolchain.

Claude Desktop manual setup (example): you configure Claude Desktop to connect to Ignission via an inline MCP configuration file.

Claude Code manual setup (example): you can add Ignission using Claude Code’s MCP integration.

Other connection methods shown in the setup examples

You can also connect using direct CLI or editor integrations, depending on your environment. The following concrete commands and endpoints are shown as ways to add Ignission MCP to your toolchain.