Atlassian Crowd Connector for AI agents.
10 live capabilities
Manage corporate user directories and security groups via natural language.
Waiting for input…
Why people use Atlassian Crowd
Atlassian Crowd IAM and User Provisioning
With this Connector, you can handle those same tasks through a simple chat. Tell your agent to provision a new user or audit a group, and it performs the API calls for you. You get the same results without the manual data entry, turning a 10-minute task into a 10-second conversation.
What Vinkius changes
You get a conversational interface for complex identity and access management.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated new hire onboarding
An IT admin asks the agent to create a new user account with 'Engineering' attributes and add them to the 'Dev-Team' group using create_new_user.
- Real-world use case 02
Security access audit
A security analyst asks the agent to list all members of the 'Admin' group and verify if any inactive accounts are still listed using list_group_members.
- Real-world use case 03
Directory cleanup project
A manager asks the agent to find all inactive users and list their details so they can be removed from the system using list_inactive_users.
Complete set · 10capabilities
The complete Atlassian Crowd capability set.
These are the exact actions your AI can choose when you ask it to work with Atlassian Crowd.
01—04
4 capabilities in this set.
Part of 10 available through Atlassian Crowd.
- 01 Capability
List inactive users
List all disabled or inactive user accounts. Use this to find accounts that need to be removed for security.
- 02 Capability
Create new user
Provision a new user account in Crowd. This helps you set up new employees quickly with specific attributes.
- 03 Capability
Get group details
Get details for a specific group. Use this to see the settings and members of a security group.
- 04 Capability
Get user details
Get full profile and attributes for a specific user. This lets you see exactly what data is stored for an individual.
05—07
3 capabilities in this set.
Part of 10 available through Atlassian Crowd.
- 05 Capability
List group members
List all users who are members of a specific group. It's the fastest way to see who has access to a specific resource.
- 06 Capability
List all groups
List all security and organizational groups. This provides a complete overview of your group structure.
- 07 Capability
List user memberships
List all groups a specific user belongs to. This helps you verify what permissions a person currently holds.
08—10
3 capabilities in this set.
Part of 10 available through Atlassian Crowd.
- 08 Capability
List active users
List all active users managed in Crowd. This gives you a high level view of your current user base.
- 09 Capability
Search users by name
Search for users whose name starts with a prefix. This is great for finding people when you only know part of their name.
- 10 Capability
Search users by attribute
Search for users using a CQL-like restriction string. Use this to filter your directory by specific criteria like department.
Set up in minutes
One URL. Then ask Atlassian Crowd to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Atlassian Crowd 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_LcsW9MFsfwq7wfCKODJkLdU73lTys856Y032VAlx/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 Atlassian Crowd, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Atlassian Crowd for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LcsW9MFsfwq7wfCKODJkLdU73lTys856Y032VAlx/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 Atlassian Crowd URL.
- Step 03
Save and start
Save the connection and enable Atlassian Crowd in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"atlassian-crowd": {
"url": "https://edge.vinkius.com/vk_preview_LcsW9MFsfwq7wfCKODJkLdU73lTys856Y032VAlx/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 Atlassian Crowd
Open Agent mode in chat and ask: "Using Atlassian Crowd, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"atlassian-crowd": {
"url": "https://edge.vinkius.com/vk_preview_LcsW9MFsfwq7wfCKODJkLdU73lTys856Y032VAlx/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 Atlassian Crowd
Ask Copilot: "Using Atlassian Crowd, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"atlassian-crowd": {
"url": "https://edge.vinkius.com/vk_preview_LcsW9MFsfwq7wfCKODJkLdU73lTys856Y032VAlx/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 Atlassian Crowd
Open Cascade and ask: "Using Atlassian Crowd, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"atlassian-crowd": {
"url": "https://edge.vinkius.com/vk_preview_LcsW9MFsfwq7wfCKODJkLdU73lTys856Y032VAlx/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 Atlassian Crowd
Ask Cline: "Using Atlassian Crowd, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add atlassian-crowd --transport http "https://edge.vinkius.com/vk_preview_LcsW9MFsfwq7wfCKODJkLdU73lTys856Y032VAlx/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 Atlassian Crowd
Ask Claude: "Using Atlassian Crowd, show me...". 10 tools are ready
Where the request belongs
Work Atlassian Crowd can move forward.
This is for IT admins and security teams who are tired of manual ticket processing and want to automate user lifecycle management.
IT Administrator
You'll use this on a Tuesday to quickly provision accounts for new hires without opening multiple browser tabs.
Security Analyst
You'll use this to audit group memberships and search for users with specific high-risk attributes during a security review.
DevOps Engineer
You'll use this to manage application-specific user accounts and ensure correct group memberships are assigned via chat.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCasdoor (IAM)
Manage identity and access control via Casdoor. list users, manage organizations, and configure applications directly from any AI agent.
BoxyHQ (Enterprise SSO)
Manage Enterprise SSO and Directory Sync (SCIM) via BoxyHQ. configure SAML/OIDC connections and automate user provisioning directly from your AI agent.
JumpCloud
Manage users, systems, and directories via JumpCloud API.
Authing
Cloud-native identity and access management platform. manage users, roles, and security logs via AI.
Okta
Equip your AI agent with Okta Identity Cloud to manage users, groups, and seamless authentication effortlessly.
WorkOS
Manage enterprise organizations, SSO connections, and directory sync on WorkOS. the platform for enterprise-ready features.
Bring your own AI
Change the model, client or framework. Keep Atlassian Crowd 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 Atlassian Crowd.
The practical details behind the request, access and result.
Can I use Atlassian Crowd MCP to manage my Jira users?
This Connector is specifically for Atlassian Crowd, which is an identity management and SSO platform. While Crowd often manages users for Jira, this capability interacts with the Crowd directory directly rather than Jira's internal project settings.
How does Atlassian Crowd MCP help with security audits?
It allows you to instantly query group memberships and search for specific user attributes. You can quickly identify who has access to sensitive groups or find users with specific permissions across your entire directory.
Can I automate new hire onboarding with Atlassian Crowd MCP?
Yes, you can use the capability to provision new accounts and assign them to specific groups via natural language. This replaces the need to manually enter user details into the Crowd admin console for every new employee.
Does Atlassian Crowd MCP support searching by specific attributes?
Yes, it can filter your user directory based on specific criteria. You can find users by name prefixes or use more complex attribute-based searches to locate specific people in your organization.
How do I find inactive accounts using Atlassian Crowd MCP?
You can simply ask your agent to list inactive users. The capability will pull a list of all disabled or inactive accounts from your Crowd directory, helping you keep your identity management clean and secure.
Is Atlassian Crowd MCP good for managing SSO groups?
Exactly. It is designed to manage your security and organizational groups. You can use it to audit memberships, view group details, and ensure that only the right people have access to your SSO-connected resources.
How do I register an application in Crowd?
Log in to the Crowd console as an administrator, navigate to Applications, and click Add Application. Follow the wizard to define the name and password used for this integration.
What permissions are required?
The application registered in Crowd must have the 'Allow to authenticate users' permission and be mapped to the directories you want the agent to manage.
Can the agent reset user passwords?
Currently, the integration supports creating users with an initial password. Direct password resets for existing users should be handled via the Crowd console or self-service portal.
One connection away
Give your agent a direct line to Atlassian Crowd.
Connect Atlassian Crowd once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available