Enhanced Miyabi MCP Server

Enhanced Miyabi MCP Server

Automatically analyzes and dispatches user tasks to appropriate handlers, supporting development task processing via Miyabi Agent and medical AI academic article generation. Provides intelligent task classification and routing for development, writing, and general tasks.

Category
Visit Server

README

Enhanced Miyabi MCP Server

Manusに与えられたタスクを自動的に振り分け、適切に処理するMCPサーバーです。

機能

  • タスク意図分析: ユーザーのプロンプトを分析し、開発タスク、記事執筆タスク、一般タスクを判定
  • 自動ディスパッチ: タスクタイプに応じて適切なハンドラーに自動振り分け
  • 開発タスク処理: Miyabi Agentを使用した開発タスクの自動処理
  • 記事生成: 医療AI関連の学術記事を自動生成(LLMO対策、サムネイル指示付き)

インストール

cd /home/ubuntu/enhanced-miyabi-mcp
npm install

テスト実行

npm test

利用可能なツール

1. miyabi__analyze_task_intent

ユーザーのタスクを分析し、タスクタイプを判定します。

入力:

  • prompt: 分析するユーザーのプロンプト

出力:

  • isDevelopmentTask: 開発タスクかどうか
  • isArticleWritingTask: 記事執筆タスクかどうか
  • taskType: タスクタイプ("development", "article", "general")

2. miyabi__auto_dispatch

タスクを自動的に適切なハンドラーに振り分けます。

入力:

  • prompt: 振り分けるタスクのプロンプト

出力:

  • action: 実行するアクション
  • message: メッセージ
  • nextStep: 次のステップ

3. miyabi__handle_development_task

開発タスクを処理します。

入力:

  • prompt: 開発タスクの内容
  • projectPath: プロジェクトのパス(オプション)

出力:

  • status: 処理ステータス
  • steps: 実行されたステップ

4. miyabi__generate_article

医療AI関連の学術記事を生成します。

入力:

  • articleTitle: 参照元の論文/記事のタイトル
  • articleAuthor: 著者名
  • articleSource: 出典
  • articleUrl: 参照元のURL
  • keyConcepts: キーコンセプト
  • perspective: 執筆者のペルソナ・専門分野
  • angle: 論文の切り口
  • deepDivePoints: 特に深掘りしたい論点

出力:

  • status: 処理ステータス
  • article: 記事情報
  • nextSteps: 実行されるステップ

MCP設定

config/mcp-config.jsonを参照してください。

ライセンス

Apache-2.0

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
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
Qdrant Server

Qdrant Server

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

Official
Featured