Skip to main content
ClaudeWave

MCP server for Socialcrawl

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado 5mo ago
ClaudeWave Trust Score
72/100
· OK
Passed
  • Open-source license (MIT)
  • Documented (README)
Last scanned: 9/9/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/RidioDevelopment/socialcrawl-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "socialcrawl-mcp": {
      "command": "node",
      "args": ["/path/to/socialcrawl-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/RidioDevelopment/socialcrawl-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# socialcrawl-mcp

[![npm version](https://img.shields.io/npm/v/socialcrawl-mcp.svg)](https://www.npmjs.com/package/socialcrawl-mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

MCP server for SocialCrawl — access 21+ social media platforms through one unified API.

## What it does

SocialCrawl MCP gives AI agents instant access to 21 social media platforms and 105 endpoints through a single, unified API. Retrieve profiles, posts, comments, search results, trending content, and analytics from TikTok, Instagram, YouTube, Twitter/X, LinkedIn, Reddit, and more — no per-platform authentication required. Agents discover available endpoints dynamically, so they always work with the latest capabilities without any hardcoded platform logic.

## Quick Setup

### Claude Desktop

Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):

```json
{
  "mcpServers": {
    "socialcrawl": {
      "command": "npx",
      "args": ["-y", "socialcrawl-mcp"],
      "env": {
        "SOCIALCRAWL_API_KEY": "your_api_key_here"
      }
    }
  }
}
```

### Cursor

Add to `.cursor/mcp.json` in your project root or `~/.cursor/mcp.json` globally:

```json
{
  "mcpServers": {
    "socialcrawl": {
      "command": "npx",
      "args": ["-y", "socialcrawl-mcp"],
      "env": {
        "SOCIALCRAWL_API_KEY": "your_api_key_here"
      }
    }
  }
}
```

### VS Code (Claude Code)

Add to `.vscode/mcp.json` in your project or your user settings:

```json
{
  "servers": {
    "socialcrawl": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "socialcrawl-mcp"],
      "env": {
        "SOCIALCRAWL_API_KEY": "your_api_key_here"
      }
    }
  }
}
```

## Get Your API Key

1. Sign up at [socialcrawl.com](https://socialcrawl.com) — no credit card required
2. Receive 100 free credits instantly upon registration
3. Copy your API key from the dashboard and paste it into your config

## Available Tools

| Tool | Description |
|------|-------------|
| `socialcrawl_list_platforms` | Discover all 21 supported platforms with their slugs and endpoint counts |
| `socialcrawl_list_endpoints` | See all endpoints, required parameters, and credit costs for a specific platform |
| `socialcrawl_request` | Make any SocialCrawl API call — fetch profiles, posts, comments, search results, and more |
| `socialcrawl_get_docs` | Access detailed API documentation for a platform or specific endpoint |

## Example

**User prompt:** "Get the TikTok profile for charlidamelio"

**Agent flow:**

1. Calls `socialcrawl_list_endpoints` with `platform: "tiktok"` to discover available endpoints
2. Finds `user/info` endpoint — takes a `username` parameter, costs 1 credit
3. Calls `socialcrawl_request` with `platform: "tiktok"`, `endpoint: "user/info"`, `params: { username: "charlidamelio" }`
4. Returns profile data: follower count, bio, video count, verification status, and more

## Supported Platforms

| Platform | Endpoints |
|----------|-----------|
| TikTok | 24 |
| Instagram | 12 |
| YouTube | 11 |
| Facebook | 12 |
| X (Twitter) | 6 |
| LinkedIn | 6 |
| Reddit | 7 |
| Threads | 5 |
| Pinterest | 4 |
| Google | 4 |
| Truth Social | 3 |
| Twitch | 2 |
| Snapchat | 1 |
| Kick | 1 |
| Amazon | 1 |
| Linktree | 1 |
| Linkbio | 1 |
| Linkme | 1 |
| Komi | 1 |
| Pillar | 1 |
| Utility | 1 |

**Total: 105 endpoints across 21 platforms**

## Credit System

| Tier | Cost | Share of Endpoints |
|------|------|--------------------|
| Standard | 1 credit | ~90% |
| Advanced | 5 credits | ~8% |
| Premium | 10 credits | ~2% |

New accounts receive 100 free credits — enough to make 100 standard requests or explore multiple platforms before committing to a paid plan.

## License

MIT — see [LICENSE](LICENSE) for details.

Lo que la gente pregunta sobre socialcrawl-mcp

¿Qué es RidioDevelopment/socialcrawl-mcp?

+

RidioDevelopment/socialcrawl-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Socialcrawl Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-04-10.

¿Cómo se instala socialcrawl-mcp?

+

Puedes instalar socialcrawl-mcp clonando el repositorio (https://github.com/RidioDevelopment/socialcrawl-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar RidioDevelopment/socialcrawl-mcp?

+

Nuestro agente de seguridad ha analizado RidioDevelopment/socialcrawl-mcp y le ha asignado un Trust Score de 72/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene RidioDevelopment/socialcrawl-mcp?

+

RidioDevelopment/socialcrawl-mcp es mantenido por RidioDevelopment. La última actividad registrada en GitHub es del 2026-04-10, con 0 issues abiertos.

¿Hay alternativas a socialcrawl-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega socialcrawl-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: RidioDevelopment/socialcrawl-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ridiodevelopment-socialcrawl-mcp)](https://claudewave.com/repo/ridiodevelopment-socialcrawl-mcp)
<a href="https://claudewave.com/repo/ridiodevelopment-socialcrawl-mcp"><img src="https://claudewave.com/api/badge/ridiodevelopment-socialcrawl-mcp" alt="Featured on ClaudeWave: RidioDevelopment/socialcrawl-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a socialcrawl-mcp