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

How to Use the Workast MCP in CrewAI

Build autonomous operations across Workast projects with CrewAI agents.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Workast MCP to CrewAI

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

Automated Space Discovery with CrewAI

Agent A researches the available work areas by calling `list_spaces`. Agent B then takes that list and uses `get_space` on each one to pull detailed summaries. The result is a complete, analyzed view of every Workast space, without needing human intervention.

Role-Based Task Creation with CrewAI MCP Server

A specialized 'Task Manager' agent can create new work items by calling `create_task`. This agent will also use `list_tasks` to verify that the task didn't already exist. The process is autonomous: one agent identifies the need, and another executes the creation using the MCP Server.

User and Team Monitoring with CrewAI

The 'Monitor Agent' watches team membership by calling `list_users`. Meanwhile, the 'Moderator Agent' can use `get_team_info` to verify roles for escalation. This allows you to build autonomous monitoring systems that keep tabs on who works with Workast and what their permissions are.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You define a specialized 'Project Agent' that can call `list_spaces` to see all available work areas. It uses the MCP Server tools to gather details and build reports automatically.
Yes, you assign a 'Maintenance Agent' the tool `update_task`. This agent runs autonomously, checking for tasks that need status changes—say, marking them complete—without needing a trigger.
Assign a dedicated 'Directory Agent' to call `list_users`. This agent runs independently, providing a continually updated roster of team members that other agents can reference for planning.
The MCP Server exposes the `delete_task` tool. You'd give this tool to an 'Archivist Agent,' which would run on a schedule to clean up old, irrelevant tasks automatically.
This server manages structured records like user accounts, team roles, and project task statuses. The agents use these precise definitions to coordinate their actions.

Start using the Workast MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

No hosting. No infrastructure. No complex setup.
All 12 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.