Modrinth Connector for AI agents.
10 live capabilities
Find and manage Minecraft mods, resource packs, and plugins through your AI client.
Waiting for input…
Why people use Modrinth
Modrinth for Minecraft Mod Discovery and Dependency Tracking
This Connector lets you ask your AI agent to do the heavy lifting. You just state the game version and the loader you use, and it pulls the project details, dependencies, and version history into a single view. You get the data you need to build your game environment without the manual clicking.
What Vinkius changes
You get direct access to the Modrinth database through your AI agent without leaving your workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Finding performance mods
A player wants to find optimization mods for Minecraft 1.
- Real-world use case 02
Checking plugin requirements
A host needs to know what a specific plugin requires to function.
- Real-world use case 03
Discovering creator content
A user finds a mod they love and wants to see what else that person has made.
Complete set · 10capabilities
The complete Modrinth capability set.
These are the exact actions your AI can choose when you ask it to work with Modrinth.
01—04
4 capabilities in this set.
Part of 10 available through Modrinth.
- 01 Capability
Get project dependencies
See what other mods a project needs to run. It helps you avoid broken installations.
- 02 Capability
Get project
Get the full details for a specific Modrinth project. It provides a complete overview of the mod or plugin.
- 03 Capability
Get team members
See who is actually working on a project. This is useful for finding contributors or official support.
- 04 Capability
Get user profile
Pull up information on a specific Modrinth user. Use this to find more work from a specific creator.
05—07
3 capabilities in this set.
Part of 10 available through Modrinth.
- 05 Capability
Get version
Get the specific details for a single version of a project. It gives you the exact metadata for a download.
- 06 Capability
List project followers
See how many people are following a project. This helps you gauge the popularity of a mod.
- 07 Capability
List user projects
See every project a specific user has published. This is great for finding more content from a favorite author.
08—10
3 capabilities in this set.
Part of 10 available through Modrinth.
- 08 Capability
List versions
Get a full list of all available versions for a project. It helps you find the right release for your game version.
- 09 Capability
Search projects
Search for Minecraft projects using filters like game version or loader. This is the primary way to find new content.
- 10 Capability
Search users
Find specific users on the Modrinth platform. Use this to locate creators or community members.
Set up in minutes
One URL. Then ask Modrinth to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Modrinth from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AQTQcW54us1dMFrNcCVJNGJo4WEard1RZiVRDLQK/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Modrinth, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Modrinth for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AQTQcW54us1dMFrNcCVJNGJo4WEard1RZiVRDLQK/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Modrinth URL.
- Step 03
Save and start
Save the connection and enable Modrinth in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"modrinth": {
"url": "https://edge.vinkius.com/vk_preview_AQTQcW54us1dMFrNcCVJNGJo4WEard1RZiVRDLQK/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Modrinth
Open Agent mode in chat and ask: "Using Modrinth, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"modrinth": {
"url": "https://edge.vinkius.com/vk_preview_AQTQcW54us1dMFrNcCVJNGJo4WEard1RZiVRDLQK/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Modrinth
Ask Copilot: "Using Modrinth, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"modrinth": {
"url": "https://edge.vinkius.com/vk_preview_AQTQcW54us1dMFrNcCVJNGJo4WEard1RZiVRDLQK/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Modrinth
Open Cascade and ask: "Using Modrinth, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"modrinth": {
"url": "https://edge.vinkius.com/vk_preview_AQTQcW54us1dMFrNcCVJNGJo4WEard1RZiVRDLQK/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Modrinth
Ask Cline: "Using Modrinth, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add modrinth --transport http "https://edge.vinkius.com/vk_preview_AQTQcW54us1dMFrNcCVJNGJo4WEard1RZiVRDLQK/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Modrinth
Ask Claude: "Using Modrinth, show me...". 10 tools are ready
Where the request belongs
Work Modrinth can move forward.
This is for Minecraft players who want to build custom environments without the manual research, Minecraft hosts managing complex plugin stacks, and developers looking for metadata on open-source projects.
Minecraft Host
Checks for plugin updates and dependency requirements during maintenance.
Content Creator
Researches trending mods and follows specific developers to see what's new.
Mod Developer
Inspects project metadata and version histories while building new integrations.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCurseForge
Access the world's largest repository of gaming mods. search for projects, fetch metadata, and manage mod files for Minecraft, WoW, and more.
Modio
Manage game mods and community content via mod.io. list games, browse mods, manage files, and track statistics directly from your AI agent.
Mod.io
Manage game mods, browse titles, and handle subscriptions via mod.io. discover, rate, and organize game content directly from any AI agent.
FOSSA (License Compliance)
Manage license compliance and security vulnerabilities via FOSSA. list projects, inspect revisions, and track dependencies directly from your AI agent.
itch.io
Access your itch.io account. browse your games, collections and profile info from any AI agent.
Steam
Access game data, player profiles, and community content from the world largest PC gaming platform and digital storefront.
Bring your own AI
Change the model, client or framework. Keep Modrinth connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Modrinth.
The practical details behind the request, access and result.
Can the Modrinth MCP find mods for specific game versions?
Yes, it can filter the Modrinth database by specific game versions like 1.20.1 to ensure you only see mods that work for your setup.
How does the Modrinth MCP help with Minecraft host dependencies?
It identifies exactly which other mods or plugins a project requires to run, helping you avoid broken installations and crashes.
Can I use the Modrinth MCP to find resource packs?
Yes, the search capabilities cover all project types on the platform, including mods, resource packs, and plugins.
Does the Modrinth MCP show me who made a mod?
It can pull up public user profiles and list the specific team members associated with any project on Modrinth.
Can I see the latest version of a mod with the Modrinth MCP?
Yes, it can list every available version of a project so you can find the most recent release or a specific older one.
Is the Modrinth MCP good for finding trending mods?
It can show you follower counts and other community metrics, making it easy to see which projects are currently popular.
Is a Personal Access Token (PAT) mandatory to use this server?
No. Modrinth allows public searching and browsing without a token. However, providing a PAT increases your rate limits and ensures smoother operation during heavy usage.
Can I check the members of a mod's development team?
Yes! Use the get_team_members capability with the project's slug or ID to see the list of authors and contributors.
How do I see what other mods a project requires?
Use the get_project_dependencies capability to retrieve a list of all required and optional dependencies for a specific mod or pack.
One connection away
Give your agent a direct line to Modrinth.
Connect Modrinth once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available