If you're working with Obsidian vaults and want programmatic access beyond the app itself, this gives you 35 tools covering the essentials: note CRUD operations, full-text search, graph relationships, tag management, and canvas manipulation. It's the kind of server you'd spin up when you need to automate vault operations, build custom workflows that touch multiple notes at once, or integrate your knowledge base with external systems. The breadth here means you're not just reading and writing markdown files but actually working with Obsidian's structured features like backlinks and the graph view. Runs over stdio, so it slots into any MCP-compatible setup without network configuration.
OBSIDIAN_VAULT_PATH*Absolute path to the Obsidian vault root directory
OBSIDIAN_REST_TOKENsecretBearer token for the Obsidian REST API (enables 3 bonus tools: execute_command, list_commands, open_in_obsidian)
OBSIDIAN_REST_PORTREST API port (default: 27124)
OBSIDIAN_TRANSPORTTransport mode: stdio (default) or http
OBSIDIAN_HTTP_PORTHTTP transport port (default: 3000)
OBSIDIAN_HTTP_AUTH_TOKENsecretBearer token for HTTP transport authentication
miapre/html-to-figma-design-system
ie3jp/illustrator-mcp-server
coding-solo/godot-mcp
ivanmurzak/unity-mcp
yctimlin/mcp_excalidraw
figma/mcp-server-guide