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

How to Use the Lunatask MCP in CrewAI

Run autonomous multi-agent teams to manage your Lunatask workspace securely using CrewAI and a secure MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Lunatask MCP to CrewAI

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

Coordinate productivity crews with CrewAI

Coordinate productivity crews with CrewAI to analyze your daily schedule. Set up a crew where one specialized agent analyzes your productivity patterns while another updates your schedule. By using the `list_tasks_metadata` and `get_task_metadata` tools, your analyst agent can review your workload patterns without ever seeing the raw text of your tasks. Once the analysis is complete, a coordinator agent can use `update_existing_task` or `create_new_task` to adjust your schedule. The agents collaborate using shared memory, ensuring that task updates are consistent across your entire workspace.

Automated habit and routine maintenance

Let your agents keep your habits on track without constant manual check-ins. Your crew can monitor external triggers and call `track_habit_completion` whenever you finish a scheduled milestone. This keeps your momentum going without requiring you to open the app. You can also have an agent inspect your habits and write summaries using `create_journal_entry`. A continuous feedback loop is created where your achievements are documented and saved securely in your private journal.

Secure workspace cleanup operations

Run regular maintenance crews to prune your task list and archive old items. An agent can use `list_tasks_metadata` to find tasks that haven't been updated in weeks, then systematically clean them up using `delete_task`. This cleanup process runs autonomously in the background, keeping your workspace fast and responsive. Because the crew only interacts with metadata, your private task details remain completely hidden from the underlying models.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You can pass the HTTP endpoint URL directly into the agent's `mcps` configuration list during initialization. For more advanced setups, use the `MCPServerHTTP` class from `crewai.mcp` to filter which tools are exposed to specific agents.
No. The `list_notes_metadata` tool only returns structural metadata, not the actual text content of your notes. Your private thoughts and documentation remain encrypted and completely inaccessible to the agents.
Yes, you can define sequential processes where Agent A lists tasks using `list_tasks_metadata` and Agent B updates them using `update_existing_task`. This ensures your workspace is modified in a predictable, step-by-step manner.
You can use CrewAI's tool filtering options to expose only the `create_new_task` tool to that specific agent. This prevents the agent from accessing destructive tools like `delete_task` or reading metadata.
Your data remains stored securely in Lunatask's encrypted database. The MCP server only acts as a secure, ephemeral bridge that handles metadata and IDs, ensuring no plaintext task descriptions or journal contents are cached or logged.

Start using the Lunatask MCP today

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

Built & Managed by Vinkius 30s setup 8 tools

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

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