@morphixai/mcp-server

@morphixai/mcp-server

MCP server enabling AI agents to interact with workplace tools like GitHub, GitLab, Jira, Notion, and more via the Model Context Protocol.

Category
访问服务器

README

<p align="center"> <a href="https://morphix.app"> <img src="https://morphix.app/brand/logo-rounded.png" alt="MorphixAI" width="80" /> </a> </p>

<h1 align="center">MorphixAI AI Agent Plugins</h1>

<p align="center"> <a href="https://morphix.app">morphix.app</a> </p>

<p align="center"> <strong>English</strong> | <a href="./README.zh-CN.md">简体中文</a> </p>

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.

🚀 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-server

For 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-morphixai

Note: The legacy package openclaw-morphix has been deprecated, but installing it will safely proxy to openclaw-morphixai.


🔑 Getting Started

  1. Register / Login: Visit morphix.app to create your MorphixAI account or sign in.
  2. Get your API Key: Go to MorphixAI API Keys and create a new key (format: mk_xxxxxx).
  3. Link your accounts (optional): Visit MorphixAI Connections to connect third-party platforms (GitHub, Jira, Notion, etc.) that you want to use through AI agents.
  4. Configure your environment: Pass the key via the MORPHIXAI_API_KEY environment 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 mx_github Repository, Issue, Pull Request management and GitHub Actions workflow triggering
GitLab Workflow mx_gitlab MR/Issue/Pipeline/Branch management with code review best practices
Jira Workflow mx_jira Project listing, JQL-based issue search, issue CRUD, status transitions, comments (Markdown auto-converts to ADF)
Notion mx_notion Page/database CRUD, block management, knowledge base search
Confluence mx_confluence Space/page CRUD, label management, comments, CQL search
Figma mx_figma Browse projects/files, export images, manage comments, view components/styles/design tokens
Outlook Email mx_outlook List/search/send/reply messages, folder management
Outlook Calendar mx_outlook_calendar Calendar/event CRUD, calendar view, attendee management
Gmail mx_gmail List/search/send messages, label management (requires linking Gmail account)
Microsoft To Do mx_ms_todo Task list and task CRUD, complete tasks, importance/status management
Google Tasks mx_google_tasks Task list and task CRUD (requires linking Google Tasks account)
Flights mx_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 mx_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 of mx_link proxy.


🛠️ Development

# Install dependencies
pnpm install

# Build all packages
pnpm build

# Run tests
pnpm test

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选