MCP 서버
`npx socialcrawl-mcp` 한 줄이면 Claude, Cursor 같은 MCP 클라이언트에 7개 도구가 바로 붙어요. API 키는 직접 붙여넣어서, 내 키로 안전하게 연결해요.
{
"mcpServers": {
"socialcrawl": {
"command": "npx",
"args": ["-y", "socialcrawl-mcp"],
"env": {
"SOCIALCRAWL_API_KEY": "sc_your_key_here"
}
}
}
}