Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
X (Twitter) automation for Claude Code: 16 MCP tools v0.1 (read + write), 4-layer hybrid (xAI Grok + X API v2 + Apify + Patchright fallback). Free / Pro / Agency tiers via Stripe.
npx claudepluginhub produtoramaxvision/maxvision-x-mcp --plugin x-maxvisionCaptura cookie auth_token X via browser local + persiste no servidor MCP
Você está ajudando o usuário a monitorar engagement no X.
Gera + publica tweet via content-creator agent + x_post_tweet (Pro tier)
Você está ajudando o usuário a analisar um perfil no X.
Reply contextual a um post X (lê thread + gera reply otimizado)
Use when usuário pede para gerar tweets/threads — compõe hook + body + CTA, valida tom + length, prepara preview antes de publicar
Use when usuário quer monitorar menções/replies/quotes em sua conta X e priorizar quais responder
Use when usuário quer crescer audiência X — análise de followers, follow/unfollow estratégico, identificação de hubs
Use when usuário quer entender tendências, sentiment, narrative shifts no X via Grok x_search
Use when projetar/operar features que tocam dado pessoal X — define o que é PII no contexto X, armazenamento, retenção, direitos do titular (LGPD art. 18 / GDPR), e o que devs MUST fazer em logs e prompts.
Use when configurar rate-limits, planejar janelas de execução para automação X via Patchright fallback (Layer D), ou interpretar captcha/HTTP 429 events. Define token-bucket caps, behavioral mimicry, playbook de recuperação.
Use when compor tweets/threads que precisam hook forte, engagement e disclosure — define padrões de copywriting para X: lengths, hooks, CTA, hashtag policy.
Use when responder a menções/replies/quotes na conta X do user — define táticas de reply contextual, escalation, sentiment-aware response, e quando ignorar trolls.
Use when planejar ou executar qualquer interação com X — search, post, reply, DM, follow, scrape — para validar que a ação respeita X Developer Agreement, Automation Rules e Restricted Use Cases.
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Dynamic skill+subagent orchestrator for Claude Code. Reads CLAUDE-agents.md, audits local skills/agents, checks upstream versions, and proposes installs/updates from a curated catalog of premium sources before dispatching the task.
LinkedIn automation suite for Claude Code: 15 tools (search_jobs/apply/profile/feed/optimize + companies/employees/posts/activity/engagement). Apify harvestapi backend ($4-10/1k profile, $0.10/page company) + BD Web Unlocker for jobs. Free / Pro / Agency tiers via Stripe.
YouTube automation for Claude Code: 14 MCP tools (search, analytics, transcript intel, A/B test, schedule, moderate). API-first (YouTube Data API v3) + Claude API for transcript intelligence + cross-channel agent for Agency tier. Free / Pro $19 / Agency $79 via Stripe + Asaas (PIX BR).
TikTok + TikTok Shop automation for Claude Code: 28+ MCP tools (trending, video analytics, hashtag/sound insights, Shop products/orders/fulfillment/affiliate, content posting, competitor watch). OAuth (Login Kit + Display API + Content Posting + Shop Partner v2) + Apify/BD Web Unlocker hybrid backend. Free / Pro / Shop+ / Agency tiers via Stripe.
X (Twitter) automation for Claude Code: 16 MCP tools v0.1 (read + write), 4-layer hybrid backend (xAI Grok + X API v2 + Apify + Patchright), Free / Pro / Agency tiers via Stripe.
Status: v0.1.0 Sprint 1 in development. Implementation mirrors
linkedin-maxvisionv0.1.0 pattern (maxvision-linkedin-mcp-git).
# 1. Get an API key (Free tier — limited rate during beta)
# Email produtoramaxvision@gmail.com — you receive mxv_<48hex>
# 2. Set env (Windows PowerShell)
[Environment]::SetEnvironmentVariable("MAXVISION_API_KEY", "mxv_xxxx", "User")
# 3. (Optional) Pro license
[Environment]::SetEnvironmentVariable("MAXVISION_LICENSE", "MAXV-PRO-...", "User")
# 4. Install
claude /plugin install produtoramaxvision/maxvision-x-mcp
# 5. Restart Claude Code → plugin auto-connects to hosted MCP at https://x-api.produtoramaxvision.com.br/mcp
# 6. Verify
/x-status
Free (no license): x_search_posts, x_get_post, x_get_user_profile, x_get_user_timeline, x_post_metrics, x_profile_activity
Pro: x_search_users, x_get_followers, x_get_following, x_get_replies_tree, x_post_tweet, x_reply, x_quote_tweet, x_like_unlike, x_follow_unfollow
Agency: x_send_dm
4-layer hybrid:
x_search (default reads, LlmProvider Grok-or-OpenRouter)auth_token (fallback ToS-grey, opt-in)See PLAN-SPRINT1.md for full design.
git clone https://github.com/produtoramaxvision/maxvision-x-mcp
cd maxvision-x-mcp/mcp-server/docker
cp .env.example .env # fill keys + secrets
docker compose up -d
Server boots at http://localhost:3000/mcp. See docs/setup-claude-code-only.md.
maxvision-x-mcp-proprodutoramaxvision@gmail.com · https://produtoramaxvision.com.br