CaptAPI
Rank #4,509io.github.CDCStream/captapi
Social media data from YouTube, TikTok, Instagram & Facebook. 62 tools, one API key.
CaptAPI is a Model Context Protocol (MCP) server published by cdcstream. It ranks #4,509 of 115,591 servers tracked on MCP Toplist. CaptAPI is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 4, 2026 and most recently updated on Jun 4, 2026.
Ranks ahead of 111,082 of 115,591 servers on MCP Toplist.
Use CaptAPI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http captapi https://api.captapi.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add captapi -e "CAPTAPI_API_KEY=<your CAPTAPI_API_KEY>" -e "CAPTAPI_BASE_URL=<your CAPTAPI_BASE_URL>" -- npx -y @captapi/mcpReplace each placeholder with your own value before saving.
[mcp_servers.captapi]
url = "https://api.captapi.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.captapi]
command = "npx"
args = ["-y", "@captapi/mcp"]
[mcp_servers.captapi.env]
CAPTAPI_API_KEY = "<your CAPTAPI_API_KEY>"
CAPTAPI_BASE_URL = "<your CAPTAPI_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.captapi.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"captapi": {
"command": "npx",
"args": [
"-y",
"@captapi/mcp"
],
"env": {
"CAPTAPI_API_KEY": "<your CAPTAPI_API_KEY>",
"CAPTAPI_BASE_URL": "<your CAPTAPI_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"captapi": {
"url": "https://api.captapi.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"captapi": {
"command": "npx",
"args": [
"-y",
"@captapi/mcp"
],
"env": {
"CAPTAPI_API_KEY": "<your CAPTAPI_API_KEY>",
"CAPTAPI_BASE_URL": "<your CAPTAPI_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"captapi": {
"type": "http",
"url": "https://api.captapi.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"captapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@captapi/mcp"
],
"env": {
"CAPTAPI_API_KEY": "<your CAPTAPI_API_KEY>",
"CAPTAPI_BASE_URL": "<your CAPTAPI_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"captapi": {
"serverUrl": "https://api.captapi.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"captapi": {
"command": "npx",
"args": [
"-y",
"@captapi/mcp"
],
"env": {
"CAPTAPI_API_KEY": "<your CAPTAPI_API_KEY>",
"CAPTAPI_BASE_URL": "<your CAPTAPI_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"captapi": {
"url": "https://api.captapi.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"captapi": {
"command": "npx",
"args": [
"-y",
"@captapi/mcp"
],
"env": {
"CAPTAPI_API_KEY": "<your CAPTAPI_API_KEY>",
"CAPTAPI_BASE_URL": "<your CAPTAPI_BASE_URL>"
}
}
}
}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/io.github.CDCStream%2Fcaptapi)<a href="https://mcptoplist.com/server/io.github.CDCStream%2Fcaptapi"><img src="https://mcptoplist.com/badge/io.github.CDCStream%2Fcaptapi.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
cdcstream
Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Jun 4, 2026 |
Frequently asked questions
- Who maintains CaptAPI?
- CaptAPI is maintained by cdcstream, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is CaptAPI listed on the Official MCP Registry?
- Yes — CaptAPI is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does CaptAPI have?
- MCP Toplist tracks 1 version of CaptAPI, most recently published on Jun 4, 2026.
- Where can I find the source code for CaptAPI?
- The source code for CaptAPI is hosted at github.com/cdcstream/captapi.