Obsidian Translation MCP Server
Protects and preserves Markdown-specific formatting, including code blocks, WikiLinks, and standard links, during the automated translation process.
Provides comprehensive tools for interacting with Obsidian vaults, including note CRUD operations, URL parsing, tag-based searching, and content management.
Handles YAML frontmatter within notes, ensuring existing metadata is preserved and new translation-related tracking information is added automatically.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Obsidian Translation MCP ServerTranslate obsidian://open?vault=MyVault&file=Project.md into Japanese"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Obsidian Translation MCP Server
Claude経由でObsidianのノートを直接翻訳・更新できるMCP (Model Context Protocol) Serverです。
主要機能
🌐 Obsidian URL解析:
obsidian://URLから直接ノートを翻訳🔄 自動翻訳: Claude APIを使用した高品質な翻訳
💾 自動バックアップ: 翻訳前の状態を自動で保存
📝 ノート操作: 基本的なCRUD操作(作成・読み取り・更新・検索)
🔍 高度な検索: コンテンツ、タグ、関連ノートの検索
🛡️ セキュリティ: Vault制限、パス検証、エラーハンドリング
インストール
# リポジトリをクローン
git clone <repository-url>
cd obsidian-mcp-server
# 依存関係をインストール
npm install
# プロジェクトをビルド
npm run build設定
.envファイルを作成:
cp .env.example .env環境変数を設定:
# Obsidian Vaultのパス
OBSIDIAN_VAULT_PATH=/path/to/your/vault
# Anthropic APIキー
ANTHROPIC_API_KEY=sk-ant-...
# バックアップ保持期間(日数)
BACKUP_RETENTION_DAYS=30
# 環境設定
NODE_ENV=productionClaude Desktop設定ファイルを更新:
{
"mcpServers": {
"obsidian-translator": {
"command": "node",
"args": ["./dist/index.js"],
"cwd": "/path/to/obsidian-mcp-server",
"env": {
"OBSIDIAN_VAULT_PATH": "/path/to/your/vault",
"ANTHROPIC_API_KEY": "sk-ant-...",
"NODE_ENV": "production"
}
}
}
}使用方法
基本的な翻訳
obsidian://open?vault=MyVault&file=Notes/English%20Article.md を日本語訳して利用可能なツール
translate_obsidian_note: ノートを翻訳
create_obsidian_note: 新しいノートを作成
read_obsidian_note: ノートを読み取り
update_obsidian_note: ノートを更新
search_obsidian_notes: コンテンツで検索
search_obsidian_notes_by_tags: タグで検索
翻訳機能の詳細
保護される要素
✅ YAMLフロントマター
✅ コードブロック (
```)✅ WikiLink (
[[リンク]])✅ Markdownリンク (
[テキスト](URL))
翻訳モード
replace: 元のファイルを置き換え(デフォルト)append: 翻訳を追記parallel: 並列版を作成(例:note.ja.md)
自動追加メタデータ
translated:
date: 2024-01-01T00:00:00.000Z
target_language: 日本語
model: claude-3-haiku-20240307開発
開発モード
npm run devテスト
npm testビルド
npm run buildトラブルシューティング
よくある問題
"Vault mismatch"エラー
環境変数のVaultパスとURL内のVault名が一致しているか確認
"File not found"エラー
ファイルパスが正しいか確認
ファイルが実際に存在するか確認
"Permission denied"エラー
Vaultディレクトリの読み書き権限を確認
ログ確認
# サーバーログを確認
tail -f ~/.claude/logs/mcp-server.logセキュリティ
🔒 Vault制限: 指定されたVault以外へのアクセスを禁止
🛡️ パス検証: ディレクトリトラバーサル攻撃を防止
💾 必須バックアップ: 破壊的操作前に自動バックアップ
🔐 APIキー保護: 環境変数で管理、ログ出力禁止
ライセンス
MIT License
作者
[Your Name]
貢献
バグ報告や機能要請は、GitHubのIssuesまでお願いします。
🔗 関連リンク
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nojiritakeshi/obsidian-translate-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server