Conda (Anaconda.org) Connector for AI agents.
8 live capabilities
Verify Python package compatibility and dependencies without leaving your chat.
Waiting for input…
Why people use Conda (Anaconda.org)
Conda for Faster Python Package Discovery
With this Connector, you just ask your agent to find the package and list its requirements. It pulls the metadata directly from the source, giving you a clear picture of version numbers, platform tags, and dependency trees in a single chat. You go from manual research to having a confirmed environment plan in seconds.
What Vinkius changes
You get instant access to the full Anaconda.org registry without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Verifying Mac M1/M2 Compatibility
A developer needs to know if a specific library supports aarch64 before migrating a project.
- Real-world use case 02
Auditing Production Dependencies
An ML engineer needs to ensure all packages in a production environment are from the correct channel.
- Real-world use case 03
Quick Version Scouting
A data scientist wants to see if a library has a stable release that supports Python 3.
Complete set · 8capabilities
The complete Conda (Anaconda.org) capability set.
These are the exact actions your AI can choose when you ask it to work with Conda (Anaconda.org).
01—04
4 capabilities in this set.
Part of 8 available through Conda (Anaconda.org).
- 01 Capability
Get package details
Pull full metadata including dependencies, licenses, and platform support. This gives you a complete picture of what a package requires.
- 02 Capability
Search conda forge
Search for specific packages within the popular conda-forge channel. This helps you find community-maintained libraries quickly.
- 03 Capability
Get latest package version
Get the most recent version number for a specific package. This is useful for ensuring your project stays up to date.
- 04 Capability
Get anaconda user
Look up the profile details of your authenticated Anaconda account. Use this to verify your own account permissions.
05—08
4 capabilities in this set.
Part of 8 available through Conda (Anaconda.org).
- 05 Capability
List my organizations
See all the organizations and channels you currently belong to. This helps you understand your access levels.
- 06 Capability
List package files
View the actual distribution files available for a specific package. Use this to check for specific OS or architecture builds.
- 07 Capability
List user packages
See every package owned by a specific user or channel. This is great for auditing public contributions.
- 08 Capability
Search conda packages
Search the entire Anaconda.org registry for any given package. Use this to find any library in the wider ecosystem.
Set up in minutes
One URL. Then ask Conda (Anaconda.org) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Conda (Anaconda.org) 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_223XnjM7eRBwZbMev9c0pCOhaARfRtRVtYRalreo/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 Conda (Anaconda.org), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Conda (Anaconda.org) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_223XnjM7eRBwZbMev9c0pCOhaARfRtRVtYRalreo/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 Conda (Anaconda.org) URL.
- Step 03
Save and start
Save the connection and enable Conda (Anaconda.org) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"conda-anacondaorg": {
"url": "https://edge.vinkius.com/vk_preview_223XnjM7eRBwZbMev9c0pCOhaARfRtRVtYRalreo/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 Conda (Anaconda.org)
Open Agent mode in chat and ask: "Using Conda (Anaconda.org), help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"conda-anacondaorg": {
"url": "https://edge.vinkius.com/vk_preview_223XnjM7eRBwZbMev9c0pCOhaARfRtRVtYRalreo/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 Conda (Anaconda.org)
Ask Copilot: "Using Conda (Anaconda.org), help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"conda-anacondaorg": {
"url": "https://edge.vinkius.com/vk_preview_223XnjM7eRBwZbMev9c0pCOhaARfRtRVtYRalreo/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 Conda (Anaconda.org)
Open Cascade and ask: "Using Conda (Anaconda.org), help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"conda-anacondaorg": {
"url": "https://edge.vinkius.com/vk_preview_223XnjM7eRBwZbMev9c0pCOhaARfRtRVtYRalreo/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 Conda (Anaconda.org)
Ask Cline: "Using Conda (Anaconda.org), help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add conda-anacondaorg --transport http "https://edge.vinkius.com/vk_preview_223XnjM7eRBwZbMev9c0pCOhaARfRtRVtYRalreo/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 Conda (Anaconda.org)
Ask Claude: "Using Conda (Anaconda.org), show me...". 8 tools are ready
Where the request belongs
Work Conda can move forward.
This is for the data scientist or ML engineer who spends too much time troubleshooting package errors or trying to figure out why a library won't install on a new server.
Data Scientist
Checking library compatibility and version history before starting a new research project.
ML Engineer
Auditing package dependencies to ensure production environments are stable and up to date.
DevOps Engineer
Verifying package availability in specific community channels for automated deployment scripts.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFOSSA (License Compliance)
Manage license compliance and security vulnerabilities via FOSSA. list projects, inspect revisions, and track dependencies directly from your AI agent.
RubyGems
Manage Ruby packages directly from your AI agent. search for gems, inspect versions, and track download statistics on RubyGems.org.
NPM Registry
Search and inspect the NPM registry. query package metadata, check versions, and explore the JavaScript ecosystem directly from your AI agent.
Black Duck (Synopsys)
Secure your open source supply chain via Black Duck. list projects, versions, and vulnerabilities directly from any AI agent.
SemVer Version Manager
Stop LLMs from guessing software versions. Deterministically evaluate semantic version bounds, compatibilities, and sort releases perfectly.
Google Deps.dev Security Hacker
Transform your AI into a Senior DevSecOps Engineer. Instantly audit any open-source package, hunt for hidden supply-chain threats in dependency trees, and analyze full GitHub repositories using Google's deps.dev API. No authentication required.
Bring your own AI
Change the model, client or framework. Keep Conda 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 Conda.
The practical details behind the request, access and result.
What can I do with the Conda MCP?
You can use it to search for any package on Anaconda.org, check for the latest version numbers, and see exactly what dependencies a library needs before you install it.
Can the Conda MCP help with Python dependency issues?
Yes. It allows your agent to pull the full metadata for any package, showing you the specific versions of other libraries required for it to function correctly.
Does the Conda MCP work with private channels?
It does. By providing an Anaconda API token, your agent can access and explore private channels and organizations you belong to.
Can I use the Conda MCP to check for specific OS support?
Yes, you can use it to see which distributions and platform tags are available for a package, such as checking for Windows, Linux, or macOS support.
How does the Conda MCP make data science easier?
It speeds up the environment setup phase. Instead of manual browsing, you get instant confirmation on package availability and compatibility through a simple chat.
How do I get an Anaconda API token?
You can generate a token using the Anaconda CLI (anaconda auth --create) or in your profile settings on anaconda.org.
Can I install packages using this server?
No. This integration queries the Anaconda.org API for metadata only. To install packages, use conda or mamba CLI locally.
What is conda-forge?
Conda-forge is a community-led collection of recipes, build infrastructure, and distributions for the conda package manager. It's the largest community channel on Anaconda.org.
One connection away
Give your agent a direct line to Conda.
Connect Conda once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available