AzureMaples/obsidian-mcp-client
🔌 Proof-of-concept Obsidian plugin implementing a Model Context Protocol (MCP) client. Connect to MCP servers, browse resources, execute tools, and insert content directly into your notes. WebSocket support working, STDIO/HTTP planned. Claude Desktop config compatible.
Platform-specific configuration:
{
"mcpServers": {
"obsidian-mcp-client": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-client"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...