axis-mcp

axis-mcp

MCP server for Axis team action management tool, allowing Claude to access goals, tasks, KPI progress, and team data via Supabase.

Category
Visit Server

README

Axis MCP Server

Axis(チーム向け行動管理ツール)のデータに Claude Code / Cursor / Claude Desktop からアクセスするための MCP サーバー。

セットアップ

git clone https://github.com/hh881094-ctrl/axis-mcp.git
cd axis-mcp
npm install
cp .env.example .env  # AXIS_SUPABASE_SERVICE_ROLE_KEY を設定
npm run build

Claude Code で使う

claude mcp add axis-mcp node /path/to/axis-mcp/dist/index.js

Claude Desktop で使う

~/Library/Application Support/Claude/claude_desktop_config.json に追加:

{
  "mcpServers": {
    "axis-mcp": {
      "command": "node",
      "args": ["/path/to/axis-mcp/dist/index.js"],
      "env": {
        "AXIS_SUPABASE_URL": "https://trqpkkxugbqkvxsxmdfh.supabase.co",
        "AXIS_SUPABASE_SERVICE_ROLE_KEY": "your_service_role_key_here"
      }
    }
  }
}

利用可能なツール(13個)

ツール 説明
get_goals ゴール一覧取得(status / phase / 担当者 / 親IDでフィルタ)
get_goal_detail ゴール詳細(KPI・サブゴール・成果物・コメント数含む)
get_today_tasks 今日のToDo一覧
get_kpi_progress KPI進捗一覧(達成率付き)
get_team_members チームメンバー一覧
get_overdue_goals 期日超過ゴール一覧
get_phase_summary フェーズサマリー(KPI・active/completed数)
get_notifications 通知取得(未読のみフィルタ可)
get_comments コメントスレッド取得
get_vision 年間目標取得
complete_goal ゴールを完了にする(子孫も連動)
complete_task ToDoタスクを完了にする
add_comment ゴールにコメントを追加

環境変数

Key 説明
AXIS_SUPABASE_URL Supabase プロジェクト URL
AXIS_SUPABASE_SERVICE_ROLE_KEY Supabase Legacy service_role キー

service_role キーは Supabase Dashboard → Project Settings → API Keys → Legacy タブから取得。

開発

npm run dev    # tsx でホットリロード
npm run build  # TypeScript ビルド

ライセンス

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured