
mdn translation ja mcp
为MDN Web Docs日语翻译提供支持的MCP服务器。
Repository Info
About This Server
为MDN Web Docs日语翻译提供支持的MCP服务器。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MDN Web Docs 日本語翻訳 MCP サーバー
このプロジェクトは、MDN Web Docs の日本語翻訳のための MCP サーバーを提供します。
セットアップ
- 依存関係のインストール:
npm install
- サーバーの起動:
npm start
開発モードで起動する場合:
npm run dev
エンドポイント
GET /api/rules
翻訳に関するルールとガイドラインのリンクを取得します。
POST /api/validate
翻訳テキストの検証を行います。
リクエストボディ:
{
"text": "検証するテキスト"
}
レスポンス:
{
"isValid": true,
"issues": []
}
GET /api/events
Server-Sent Events (SSE) エンドポイント。リアルタイムな更新を受け取ります。
Cursor 設定
Cursor の設定に以下の設定を追加してください:
"mdn-wdb-doc-ja-mcp": {
"url": "http://localhost:3000",
"endpoints": {
"events": "/api/events",
"rules": "/api/rules",
"validate": "/api/validate"
}
}
Quick Start
Clone the repository
git clone https://github.com/gurezo/mdn-translation-ja-mcpInstall dependencies
cd mdn-translation-ja-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.