Is this plugin open source? Yes
Is this plugin completely free? Yes
Is this plugin vibe-coded beyond the author’s ability to comprehend how it works? No
Community Directory: MCP Connector
The MCP spec picked up a new revision on 2026-07-28: stateless request/response, no protocol sessions, no session header. MCP Connector serves it. It also still serves the 2025-11-25 line, on the same port, URL and token, because that is what shipping clients negotiate today. Both eras sit on one endpoint and nothing you have configured needs to change.
What that buys you now: rename a note in your Prompts folder and a listening client is told to re-read the list, for real. Promote a tool from one client and the others hear about it. On the old revision the plugin now says it cannot send those notifications, which is the honest answer for a POST-only transport. That retraction is why the release was 2.0.0 and not 1.1.0. The official server-stateless conformance suite reports 26 of 28.
On the tool count, before anyone asks. There are 52, and advertising all of them costs your client about 10K tokens of schema per session, which is real money for tools you may never call. So it is a ceiling, not a default you are stuck with. Set a token to Core and its client sees 13 tools plus 3 meta-tools. Set it to Adaptive and it starts there, then promotes a tool once you have called it three times. Whatever stays dark is one call away: calling it returns an error naming the way to switch it on, rather than “Unknown tool”. The setting lives on the token, so Claude Code can hold the full set while another client stays on Core.
The rest, briefly… the server runs inside Obsidian on loopback, and semantic search runs on your machine with no API key.
Two rough edges worth knowing before you install. Claude Desktop refuses to follow an obsidian:// link out of a tool result, so a search hit shows the note’s path instead of opening it. On Windows, mcp-remote hangs on connect, so use the Python bridge in the repo.
Install from Community plugins, search for MCP Connector. Obsidian 1.7.2 or newer.
Repo and issues: GitHub - istefox/obsidian-mcp-connector: Add integrations like semantic search and custom Templater prompts to Claude or any MCP client. · GitHub
I will post future updates in this thread.
