Obsidian MCP Lite
@yokarilight
About Obsidian MCP Lite
A TypeScript-based MCP server for Obsidian, providing a simple interface to interact with Obsidian vaults.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"obsidian-map-lite": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"-e",
"OBSIDIAN_API_KEY=your-api-key-here",
"node",
"dist/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Obsidian MCP Lite?
Obsidian MCP Lite is a TypeScript-based MCP server for Obsidian that provides a simple interface to interact with Obsidian vaults. It handles file operations, text search, and content modification via the Obsidian Local REST API plugin.
How to use Obsidian MCP Lite?
Install dependencies with pnpm install, build with `pnpm run
More Memory & Knowledge MCP servers
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
Notion MCP Server
makenotionOfficial Notion MCP Server
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Comments