4,500+ servers built on MCP Fusion
Vinkius
AI21 Labs logo
Vinkius
CrewAI logo

How to Use the AI21 Labs MCP in CrewAI

Deploy collaborative crews that analyze, summarize, and edit text using AI21 Labs tools and this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

AI21 Labs MCP on Cursor AI Code Editor MCP Client AI21 Labs MCP on Claude Desktop App MCP Integration AI21 Labs MCP on OpenAI Agents SDK MCP Compatible AI21 Labs MCP on Visual Studio Code MCP Extension Client AI21 Labs MCP on GitHub Copilot AI Agent MCP Integration AI21 Labs MCP on Google Gemini AI MCP Integration AI21 Labs MCP on Lovable AI Development MCP Client AI21 Labs MCP on Mistral AI Agents MCP Compatible AI21 Labs MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect AI21 Labs MCP to CrewAI

Create your Vinkius account to connect AI21 Labs to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Run multi-agent editing desks using this MCP Server.

The `ai21_grammar_correction` and `ai21_text_improvements` tools give your editor agents precise programmatic control over raw drafts. One agent drafts, while a second specialized agent refines the tone. CrewAI manages the handoff between these roles. The editing agent runs the Jamba improvement tool, compares the diff, and passes the polished copy to the publisher agent.

Ground your CrewAI research agents with verified context.

The `ai21_contextual_answers` tool ensures your research agents only answer questions using verified source documents. This prevents your autonomous teams from making up facts during deep-dive investigations. You assign a specific document context to the CrewAI agent's memory. The agent queries the Jamba tool, receives validated answers, and shares the structured findings with the rest of the crew.

Automate large-scale document analysis across agent teams.

The `ai21_summarize_text` and `ai21_segment_text` tools let your analyst agents digest massive text dumps in seconds. A researcher agent segments the document, while a writer agent summarizes each part. This collaborative approach avoids Jamba token limit bottlenecks. Your crew processes massive files by distributing the work across specialized roles, running sequentially or hierarchically.

Setup guide

Set up AI21 Labs MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke AI21 Labs tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="AI21 Labs Analyst",
    goal="Access and analyze AI21 Labs data via MCP.",
    backstory="Expert analyst with direct AI21 Labs access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent AI21 Labs transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about AI21 Labs MCP in CrewAI

Pass your Vinkius HTTP endpoint to the `mcps` array when defining your CrewAI agents. The agents auto-discover tools like `ai21_chat_completion` and use them during their tasks.
Yes, you can set up a CrewAI moderator agent to inspect the output of `ai21_chat_completion` before passing it to other agents. This ensures high-quality results across your entire autonomous run.
Your CrewAI agents use `ai21_list_files` to scan available context documents, then download details using `ai21_get_file`. They coordinate these actions using shared memory to avoid duplicate API requests.
Yes, configure the MCP tool filter in CrewAI to expose only specific tools like `ai21_summarize_text`. This keeps your agent focused and prevents accidental tool runs.
Absolutely. Your processed text and documents handled by CrewAI are isolated within ephemeral runtime environments. Vinkius secures the communication channel, ensuring that raw context files never leak to external environments.

Start using the AI21 Labs MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for AI21 Labs. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.