@morphixai/mcp-server
Provides tools for space and page CRUD, label management, comments, and CQL search.
Allows browsing projects/files, exporting images, managing comments, and viewing components/styles/design tokens.
Provides tools for repository, issue, pull request management and GitHub Actions workflow triggering.
Allows triggering GitHub Actions workflows.
Provides tools for MR/issue/pipeline/branch management with code review best practices.
Allows listing, searching, sending messages, and label management (requires linking Gmail account).
Provides task list and task CRUD operations (requires linking Google Tasks account).
Provides project listing, JQL-based issue search, issue CRUD, status transitions, and comments with Markdown to ADF conversion.
Provides page/database CRUD, block management, and knowledge base search.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@morphixai/mcp-serverlist my open GitHub pull requests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
This repository contains the official integrations for MorphixAI, allowing various AI Agents (such as OpenClaw, Claude Code, Cursor, and Windsurf) to seamlessly interact with workplace tools like GitHub, GitLab, Jira, Notion, Google Workspace, and Office 365.
đŚ Architecture
This repository is structured as a pnpm workspace monorepo to ensure maximum code reuse and pure dependency trees for different platforms.
@morphixai/core: The platform-agnostic core engine. It contains all API clients, authentication logic, and TypeBox schemas.openclaw-morphixai: The adapter for OpenClaw. It exposes tools and skill prompts native to the OpenClaw Agent ecosystem.@morphixai/mcp-server: The adapter for MCP (Model Context Protocol). It exposes the core capabilities as a standard MCP server, making it compatible with Claude Code, Cursor, and Claude Desktop.
Related MCP server: mcp-gitlab-jira
đ Installation & Usage
1. For Claude Code, Cursor, Windsurf (MCP Users)
If your AI assistant supports the Model Context Protocol (MCP), you can install the MorphixAI server globally.
# 1. Install the MCP server globally
npm install -g @morphixai/mcp-serverFor Claude Code: Add the MCP server to your Claude Code configuration by passing your Morphix API Key:
claude mcp add morphixai-mcp -- npx -y @morphixai/mcp-server --env MORPHIXAI_API_KEY="mk_your_api_key_here"For Claude Desktop / Cursor:
Add the following to your claude_desktop_config.json or Cursor MCP settings:
{
"mcpServers": {
"morphixai": {
"command": "npx",
"args": ["-y", "@morphixai/mcp-server"],
"env": {
"MORPHIXAI_API_KEY": "mk_your_api_key_here"
}
}
}
}2. For OpenClaw Users
Install the plugin directly within your OpenClaw environment:
openclaw plugins install openclaw-morphixaiNote: The legacy package openclaw-morphix has been deprecated, but installing it will safely proxy to openclaw-morphixai.
đ Getting Started
Register / Login: Visit morphix.app to create your MorphixAI account or sign in.
Get your API Key: Go to MorphixAI API Keys and create a new key (format:
mk_xxxxxx).Link your accounts (optional): Visit MorphixAI Connections to connect third-party platforms (GitHub, Jira, Notion, etc.) that you want to use through AI agents.
Configure your environment: Pass the key via the
MORPHIXAI_API_KEYenvironment variable, then follow the Installation instructions above for your AI agent.
đ§Š Skills
MorphixAI provides the following skills (capabilities) for AI agents to interact with workplace tools:
Skill | Tool | Description |
GitHub Workflow |
| Repository, Issue, Pull Request management and GitHub Actions workflow triggering |
GitLab Workflow |
| MR/Issue/Pipeline/Branch management with code review best practices |
Jira Workflow |
| Project listing, JQL-based issue search, issue CRUD, status transitions, comments (Markdown auto-converts to ADF) |
Notion |
| Page/database CRUD, block management, knowledge base search |
Confluence |
| Space/page CRUD, label management, comments, CQL search |
Figma |
| Browse projects/files, export images, manage comments, view components/styles/design tokens |
Outlook Email |
| List/search/send/reply messages, folder management |
Outlook Calendar |
| Calendar/event CRUD, calendar view, attendee management |
Gmail |
| List/search/send messages, label management (requires linking Gmail account) |
Microsoft To Do |
| Task list and task CRUD, complete tasks, importance/status management |
Google Tasks |
| Task list and task CRUD (requires linking Google Tasks account) |
Flights |
| Airport/flight search, offer details, seat maps, order booking and management (powered by Duffel) |
Daily Standup | composite | Aggregates data from GitLab, GitHub, Jira, Email, Calendar, and Tasks into a concise daily report. Triggered by keywords like "standup", "ćĽćĽ", "ćŠćĽ" |
Office Link |
| Unified entry point: account management, connect 40+ platforms, and API proxy for platforms without dedicated skills |
Note: All skills require a
MORPHIXAI_API_KEY. Platforms with dedicated skills (e.g., GitHub, Jira) should always use those skills directly instead ofmx_linkproxy.
đ ď¸ Development
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests
pnpm testLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/Morphicai/openclaw-morphixai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server