Obsidian Translation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The execution environment for the Node.js application, e.g., 'production'. | |
| ANTHROPIC_API_KEY | Yes | Anthropic API key required for performing note translations. | |
| OBSIDIAN_VAULT_PATH | Yes | The absolute path to the Obsidian vault. | |
| BACKUP_RETENTION_DAYS | No | Number of days to retain automatic backups before they are cleared. | 30 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| translate_obsidian_noteB | Translate an Obsidian note from obsidian:// URL and update the original file |
| create_obsidian_noteC | Create a new Obsidian note with optional frontmatter and tags |
| read_obsidian_noteB | Read content of an existing Obsidian note |
| update_obsidian_noteB | Update an existing Obsidian note |
| search_obsidian_notesC | Search for notes in Obsidian vault by content or title |
| search_obsidian_notes_by_tagsC | Search for notes by tags |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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