/
by ai.smithery
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Server configuration and capabilities from the MCP manifest
Size: 2,243 bytes (561 tokens)
Tools Found: 5
Analysis ID: qq372eml
This server provides access to Obsidian vault documents and related tools.
Stars
Registry ID: 793edb61-30ec-4fdd-8aa1-67aa523f8f08
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/18/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "obsidian-mcp-server",
"tags": [
"obsidian",
"mcp",
"model context protocol",
"server"
],
"tools": [
{
"name": "ObsidianVaultTool",
"description": "Tool for interacting with the Obsidian vault.",
"input_schema": {
"type": "object",
"required": [
"vaultPath"
],
"properties": {
"vaultPath": {
"type": "string",
"description": "Path to the Obsidian vault."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"documents": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
{
"name": "GenerateObsidianVaultPropertiesTool",
"description": "Tool for generating properties for documents in the Obsidian vault.",
"input_schema": {
"type": "object",
"required": [
"documentName"
],
"properties": {
"documentName": {
"type": "string",
"description": "Name of the document to generate properties for."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"properties": {
"type": "object"
}
}
}
},
{
"name": "WriteObsidianPropertyTool",
"description": "Tool for writing properties to a document in the Obsidian vault.",
"input_schema": {
"type": "object",
"required": [
"documentName",
"properties"
],
"properties": {
"properties": {
"type": "object",
"description": "Properties to write to the document."
},
"documentName": {
"type": "string",
"description": "Name of the document to write properties to."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
}
}
},
{
"name": "CreateDocumentWithPropertyTool",
"description": "Tool for creating a new document with specified properties in the Obsidian vault.",
"input_schema": {
"type": "object",
"required": [
"documentName",
"properties"
],
"properties": {
"properties": {
"type": "object",
"description": "Properties to assign to the new document."
},
"documentName": {
"type": "string",
"description": "Name of the new document."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"documentPath": {
"type": "string"
}
}
}
},
{
"name": "OrganizeAttachmentsTool",
"description": "Tool for organizing attachments in the Obsidian vault.",
"input_schema": {
"type": "object",
"required": [
"attachmentPath"
],
"properties": {
"attachmentPath": {
"type": "string",
"description": "Path to the attachment to organize."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
}
}
}
],
"version": "1.0.0",
"categories": [],
"description": "A server for the Obsidian Model Context Protocol."
}Forks
Watchers
Contributors
Last Push: 9/18/2025
Open Issues: 0