TokPortal MCP Server
Rank #13,828com.tokportal/mcp
Managed TikTok/Instagram/YouTube accounts + video posting at scale, operated by human managers.
TokPortal MCP Server is a Model Context Protocol (MCP) server published by tokportal. It ranks #13,828 of 115,460 servers tracked on MCP Toplist. TokPortal MCP Server is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 18, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 101,632 of 115,460 servers on MCP Toplist.
Use TokPortal MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tokportal https://app.tokportal.com/api/ext/mcpclaude mcp add tokportal -e "TOKPORTAL_API_KEY=<your TOKPORTAL_API_KEY>" -- npx -y tokportal-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tokportal]
url = "https://app.tokportal.com/api/ext/mcp"Add to ~/.codex/config.toml.
[mcp_servers.tokportal]
command = "npx"
args = ["-y", "tokportal-mcp"]
[mcp_servers.tokportal.env]
TOKPORTAL_API_KEY = "<your TOKPORTAL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://app.tokportal.com/api/ext/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tokportal": {
"command": "npx",
"args": [
"-y",
"tokportal-mcp"
],
"env": {
"TOKPORTAL_API_KEY": "<your TOKPORTAL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokportal": {
"url": "https://app.tokportal.com/api/ext/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tokportal": {
"command": "npx",
"args": [
"-y",
"tokportal-mcp"
],
"env": {
"TOKPORTAL_API_KEY": "<your TOKPORTAL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tokportal": {
"type": "http",
"url": "https://app.tokportal.com/api/ext/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tokportal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tokportal-mcp"
],
"env": {
"TOKPORTAL_API_KEY": "<your TOKPORTAL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokportal": {
"serverUrl": "https://app.tokportal.com/api/ext/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tokportal": {
"command": "npx",
"args": [
"-y",
"tokportal-mcp"
],
"env": {
"TOKPORTAL_API_KEY": "<your TOKPORTAL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokportal": {
"url": "https://app.tokportal.com/api/ext/mcp"
}
}
}{
"mcpServers": {
"tokportal": {
"command": "npx",
"args": [
"-y",
"tokportal-mcp"
],
"env": {
"TOKPORTAL_API_KEY": "<your TOKPORTAL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.tokportal%2Fmcp)<a href="https://mcptoplist.com/server/com.tokportal%2Fmcp"><img src="https://mcptoplist.com/badge/com.tokportal%2Fmcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tokportal
Other servers by tokportal
View all tokportal servers →Available versions (4)
| Version | Published |
|---|---|
| 1.14.0 | Aug 27, 2026 |
| 1.13.0 | Aug 22, 2026 |
| 1.12.2 | Aug 20, 2026 |
| 1.12.1 | Aug 18, 2026 |
Frequently asked questions
- Who maintains TokPortal MCP Server?
- TokPortal MCP Server is maintained by tokportal, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is TokPortal MCP Server listed on the Official MCP Registry?
- Yes — TokPortal MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does TokPortal MCP Server have?
- MCP Toplist tracks 4 versions of TokPortal MCP Server, most recently published on Aug 27, 2026.
- Where can I find the source code for TokPortal MCP Server?
- The source code for TokPortal MCP Server is hosted at github.com/tokportal/tokportal-mcp.