4,500+ servers built on MCP Fusion
Vinkius
IBM watsonx logo
Vinkius
CrewAI logo

How to Use the IBM watsonx MCP in CrewAI

Run multi-agent teams using CrewAI to coordinate IBM watsonx MCP Server tools.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect IBM watsonx MCP to CrewAI

Create your Vinkius account to connect IBM watsonx 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

Deploying an IBM watsonx MCP Server in CrewAI

The `generate_text` tool allows individual CrewAI agents to write reports, summarize articles, and analyze data. You assign a specific research task to an agent, and it uses this tool to query your chosen model. Because CrewAI supports role-based specialization, you can have a writer agent take the raw output and refine it. The second agent uses the same MCP server connection to polish the draft without losing context.

Shared Memory Prompt Retrieval

The `list_prompts` tool fetches saved prompt templates from your central project workspace. Your CrewAI manager agent uses this tool to distribute standardized instructions to subordinate agents. This ensures every agent in the crew works with the same updated guidelines. You avoid the drift that happens when agents write their own instructions on the fly.

Dynamic Workspace and Project Context

The `list_projects` tool identifies all active workspaces in your IBM account. A supervisor agent runs this tool at the start of a run to determine where to find the correct models and prompts. Once the supervisor selects the project, the crew executes tasks using models validated by `list_models`. This keeps your multi-agent runs locked to the correct environment.

Setup guide

Set up IBM watsonx 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 IBM watsonx tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent IBM watsonx 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 IBM watsonx MCP in CrewAI

Pass the Vinkius HTTP URL directly into the agent's `mcps` list. CrewAI automatically discovers tools like `generate_text` and makes them available to that agent in your Vinkius MCP setup.
Yes, the server handles concurrent connections from different agents. A research agent can call `generate_text` while an analysis agent runs `generate_embeddings`.
CrewAI monitors token usage across agent steps. It uses the model metadata from `get_model_details` to avoid sending payloads that exceed the context window.
No, Vinkius manages the authentication layer. You configure your IBM Cloud credentials once in your Vinkius dashboard and use a single token in your CrewAI setup.
All agent prompt instructions and intermediate model outputs are processed in ephemeral V8 isolates. The connection uses end-to-end encryption, ensuring your proprietary logic never leaks between agent sessions.

Start using the IBM watsonx 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 IBM watsonx. 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.