mcpbeat Sign in

Tiktok Organic MCP Server

local only

Tiktok Organic MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 29 Jun 2026.

TikTok organic analytics — video performance, engagement metrics, and profile insights.

Installs per day peak 32 · avg 9 · -51% w/w
a month agotoday
26
Installs / week
npm · tiktok-organic-mcp
1
Stars
0 open issues
29 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command release.mjs:24
const run = (cmd) => execSync(cmd, { stdio: "inherit" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tiktok-organic-mcp -- npx -y tiktok-organic-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tiktok-organic-mcp": {
      "args": [
        "-y",
        "tiktok-organic-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tiktok-organic-mcp]
command = "npx"
args = ["-y", "tiktok-organic-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tiktok-organic-mcp": {
      "args": [
        "-y",
        "tiktok-organic-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tiktok-organic-mcp": {
      "args": [
        "-y",
        "tiktok-organic-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TIKTOK_ACCESS_TOKEN (TikTok OAuth Access Token from Login Kit flow), TIKTOK_CLIENT_KEY (TikTok App Client Key (for token refresh)), TIKTOK_REFRESH_TOKEN (TikTok Refresh Token (for token renewal)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tiktok Organic MCP

same job, measured the same way
Google Business Profile MCP
by a1-x-tech

MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.

131 installs/wk local only
Boosthis
by boosthis

Read-only performance insights for your Boosthis projects: speed, crashes, traces, and fixes.

29 tools answering
Lighthouse MCP
by priyankark

MCP server for Google Lighthouse performance metrics

1 738 installs/wk local only
Rum Analytics
by catchmetrics-mcp

RUM platform for web performance analytics, Core Web Vitals, and third-party script monitoring.

answering
Yandex Metrica MCP
by boxlab-ltd

Query Yandex Metrica analytics — reports, trends, metadata and raw log exports — via an AI agent.

126 installs/wk local only
Raygun
by mindscapehq

Investigate errors, track deployments, analyze performance, and manage application monitoring

answering
Performance Co-Pilot
by major

Query system performance metrics via MCP - CPU, memory, disk I/O, network, processes

149 installs/wk local only
Orion Celestia Intel
by orionlabsone

Celestia network intelligence for AI agents: daily analysis, anomaly signals and DA metrics.

11 tools answering

Tiktok Organic MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tiktok Organic MCP?
Tiktok Organic MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tiktok-organic-mcp was installed 26 times last week.
How do I connect Tiktok Organic MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tiktok-organic-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tiktok Organic MCP?
The npm package tiktok-organic-mcp was installed 26 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tiktok Organic MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.