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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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