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

How to Use the CurseForge MCP in CrewAI

Deploy autonomous agent crews to monitor CurseForge releases and manage modpacks using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect CurseForge MCP to CrewAI

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

Autonomous Modpack Curation via CrewAI MCP Server

The `search_mods` tool allows your research agent to scour the CurseForge directory for mods matching specific gameplay criteria. A separate manager agent then filters the results based on compatibility constraints. Working together, your crew uses `get_mod_file` to verify file versions and build a cohesive, conflict-free modpack manifest without human intervention.

Automated Game Version Compatibility Checks

The `list_game_versions_v2` tool provides detailed version data for supported titles like Minecraft. Your compatibility agent uses this to map out which API versions match which mod releases. Meanwhile, an escalation agent uses `get_mod_file_changelog` to review update notes for breaking changes. If a conflict is found, the crew flags it for manual review.

Automated Mod Recovery and Verification

The `get_fingerprints_matches` tool allows a diagnostic agent to scan a player's local directories and identify installed mods. The agent checks these hashes against the database to confirm authenticity. If a mod is corrupted, a recovery agent invokes `get_mod_file_download_url` to fetch a clean, signed download link and replace the broken file.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Yes, you can use CrewAI's `tool_filter` on our MCP Server connection. This lets you restrict agents to read-only tools like `search_mods` while blocking download tools.
CrewAI agents use shared memory to pass outputs like mod IDs from `search_mods` to other agents. The next agent can immediately use that ID to run `get_mod_file`.
Yes, our high-performance V8 sandboxes handle parallel requests from multiple CrewAI agents executing tools like `get_mod` simultaneously.
First, use `list_games` to get the correct game ID. Then, pass that ID to `search_mods` to filter results specifically for that game.
All file IDs and download requests are processed inside ephemeral, zero-trust sandboxes. No file metadata or download URLs are cached or stored on our servers. This ensures your MCP sessions remain secure.

Start using the CurseForge MCP today

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

Built & Managed by Vinkius 30s setup 17 tools

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

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