- Obsidian Mcp
Obsidian Mcp
Overview
what is Obsidian MCP?
Obsidian MCP is a Model Context Protocol (MCP) server designed for Obsidian, enabling interaction through the MCP protocol and supporting the Obsidian REST API.
how to use Obsidian MCP?
To use Obsidian MCP, install the Obsidian Local REST API plugin, configure the necessary environment variables, and start the MCP server to interact with MCP-compatible clients.
key features of Obsidian MCP?
- Interacts with Obsidian via the MCP protocol
- Supports the Obsidian REST API
- Provides tools and prompts functionality
- Offers both stdio and SSE server modes
use cases of Obsidian MCP?
- Integrating Obsidian with external applications via REST API.
- Enhancing note-taking capabilities with custom tools.
- Enabling real-time data interaction with Obsidian notes.
FAQ from Obsidian MCP?
- What is required to run Obsidian MCP?
You need to have Obsidian installed with the Local REST API plugin enabled.
- How do I configure the server?
Set the environment variables for the Obsidian base URL and API key, and start the server.
- Can I use Obsidian MCP with other applications?
Yes, it is designed to work with any MCP-compatible client.
Server Config
{
"experimental": {
"modelContextProtocol": true
},
"mcpServers": {
"obsidian-mcp": {
"command": "obsidian-mcp",
"args": [],
"env": {
"OBSIDIAN_BASE_URL": "http://localhost:27123",
"OBSIDIAN_API_KEY": "your-obsidian-api-key"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
orviceStar
-Language
-License
-Category
developer-tools
Recommend Servers
View AllAirtreks Mcp
@SEKeener
a day ago
Fabric
@fabric-agent-plugins
23 minutes ago
Memory
@modelcontextprotocol
a year ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago