mcp-atlassian
MCP Atlassian
Servidor del Model Context Protocol (MCP) para productos de Atlassian (Confluence y Jira). Admite despliegues tanto en Cloud como en Server/Data Center.
https://github.com/user-attachments/assets/35303504-14c6-4ae4-913b-7c25ea511c3e
https://github.com/user-attachments/assets/7fe9c488-ad0c-4876-9b54-120b666bb785
Inicio rápido
1. Obtén tu token de API
Ve a https://id.atlassian.com/manage-profile/security/api-tokens y crea un token.
Para Server/Data Center, usa un token de acceso personal en su lugar. Consulta Autenticación.
2. Configura tu IDE
Añade lo siguiente a tu configuración de MCP de Claude Desktop o Cursor:
{
"mcpServers": {
"mcp-atlassian": {
"command": "uvx",
"args": ["mcp-atlassian"],
"env": {
"JIRA_URL": "https://your-company.atlassian.net",
"JIRA_USERNAME": "your.email@company.com",
"JIRA_API_TOKEN": "your_api_token",
"CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
"CONFLUENCE_USERNAME": "your.email@company.com",
"CONFLUENCE_API_TOKEN": "your_api_token"
}
}
}
}Usuarios de Server/Data Center: Usa
JIRA_PERSONAL_TOKENen lugar deJIRA_USERNAME+JIRA_API_TOKEN. Consulta Autenticación para más detalles.
Autohand Code
Usa el mismo servidor uvx con tus credenciales de Atlassian:
autohand mcp add mcp-atlassian env \
JIRA_URL=https://your-company.atlassian.net \
JIRA_USERNAME=your.email@company.com \
JIRA_API_TOKEN=your_api_token \
CONFLUENCE_URL=https://your-company.atlassian.net/wiki \
CONFLUENCE_USERNAME=your.email@company.com \
CONFLUENCE_API_TOKEN=your_api_token \
uvx mcp-atlassianAñade --scope project después de add para mantener la configuración en el proyecto actual. Consulta Autohand Code para obtener información actualizada sobre la instalación y la CLI.
3. Empieza a usarlo
Pídele a tu asistente de IA lo siguiente:
"Encuentra incidencias asignadas a mí en el proyecto PROJ"
"Busca en Confluence documentos de incorporación"
"Crea un ticket de error para el problema de inicio de sesión"
"Actualiza el estado de PROJ-123 a Done"
Related MCP server: MCP Atlassian Server
Documentación
La documentación completa está disponible en mcp-atlassian.soomiles.com.
La documentación también está disponible en formato llms.txt, que los LLM pueden consumir fácilmente:
llms.txt— mapa del sitio de documentaciónllms-full.txt— documentación completa
Tema | Descripción |
uvx, Docker, pip, desde el código fuente | |
Tokens de API, PAT, OAuth 2.0 | |
Configuración del IDE, variables de entorno | |
SSE, streamable-http, multiusuario | |
Todas las herramientas de Jira y Confluence | |
Problemas comunes y depuración |
Compatibilidad
Producto | Despliegue | Soporte |
Confluence | Cloud | Totalmente compatible |
Confluence | Server/Data Center | Compatible (v6.0+) |
Jira | Cloud | Totalmente compatible |
Jira | Server/Data Center | Compatible (v8.14+) |
Herramientas clave
Jira | Confluence |
|
|
|
|
|
|
|
|
|
|
98 herramientas en total — Consulta la Referencia de herramientas para ver la lista completa.
Seguridad
Nunca compartas los tokens de API. Mantén los archivos .env seguros. Consulta SECURITY.md.
Cómo contribuir
Consulta CONTRIBUTING.md para la configuración del entorno de desarrollo.
Licencia
MIT - Consulta LICENSE. No es un producto oficial de Atlassian.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Atlassian products (Confluence and Jira) through natural language, supporting both Cloud and Server/Data Center deployments. Allows searching, creating, and managing content across Jira issues and Confluence pages with flexible authentication options.Apache 2.0
- AlicenseAqualityDmaintenanceIntegrates with Atlassian Cloud products (Confluence and Jira) to enable AI assistants to search, read, create, and manage pages, issues, comments, attachments, and export content through natural language interactions.403,539MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with Atlassian Cloud APIs for Confluence and Jira, supporting document management, search, issue tracking, and sprint operations through natural language.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.141MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nikel-san/AtlMCPforDC'
If you have feedback or need assistance with the MCP directory API, please join our Discord server