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.
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: 参照元のURLkeyConcepts: キーコンセプトperspective: 執筆者のペルソナ・専門分野angle: 論文の切り口deepDivePoints: 特に深掘りしたい論点
出力:
status: 処理ステータスarticle: 記事情報nextSteps: 実行されるステップ
MCP設定
config/mcp-config.jsonを参照してください。
ライセンス
Apache-2.0
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.