loading…
Search for a command to run...
loading…
Enables Claude to translate, search, and manage Obsidian notes directly through the Model Context Protocol. It features automatic backups, CRUD operations, and
Enables Claude to translate, search, and manage Obsidian notes directly through the Model Context Protocol. It features automatic backups, CRUD operations, and protects metadata and code blocks during the translation process.
Claude経由でObsidianのノートを直接翻訳・更新できるMCP (Model Context Protocol) Serverです。
obsidian:// URLから直接ノートを翻訳# リポジトリをクローン
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=production
{
"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 を日本語訳して
```)[[リンク]])[テキスト](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"エラー
"File not found"エラー
"Permission denied"エラー
# サーバーログを確認
tail -f ~/.claude/logs/mcp-server.log
MIT License
[Your Name]
バグ報告や機能要請は、GitHubのIssuesまでお願いします。
🔗 関連リンク
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"obsidian-translation-mcp-server": {
"command": "npx",
"args": []
}
}
}