Obsidian Bonfires MCP
Allows interaction with Obsidian vaults via the Local REST API, enabling file operations such as listing files, creating new notes, and reading existing content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Obsidian Bonfires MCPshow me the public bonfires on Bonfires"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Obsidian Bonfires MCP
A hybrid MCP server that bridges Claude Desktop with both Obsidian vaults and the Bonfires platform, enabling seamless knowledge management and collaboration.
Features
Obsidian Integration
Vault Management: List, create, and read files in your Obsidian vault
Real-time Access: Direct integration with Obsidian's Local REST API
File Operations: Create new notes, read existing content, navigate vault structure
Bonfires Platform Integration
Bonfire Management: Create, join, and explore bonfires (knowledge communities)
Community Features: Browse public bonfires, get detailed bonfire information
Collaborative Knowledge: Share and discover knowledge within bonfire communities
Related MCP server: obsidian-mcp
Installation
npm installConfiguration
Prerequisites
Obsidian Local REST API Plugin: Install and configure the Local REST API plugin in Obsidian
Bonfires Account: Sign up for a Bonfires account and obtain your API credentials
Claude Desktop Configuration
Add this configuration to your Claude Desktop settings:
{
"mcpServers": {
"obsidian-bonfires": {
"command": "bash",
"args": [
"-c",
"cd /home/thdev/os/NERDDao/obsidian-bonfires-mcp && npx ts-node src/index.ts"
],
"env": {
"BONFIRES_SAAS_ENDPOINT": "http://localhost:3000",
"BONFIRES_API_KEY": "your-api-key",
"BONFIRES_USER_ID": "your-user-id",
"OBSIDIAN_API_KEY": "---",
"OBSIDIAN_PROTOCOL": "http",
"OBSIDIAN_HOST": "127.0.0.1",
"OBSIDIAN_PORT": "27123"
}
}
}
}Environment Variables
Bonfires Configuration
BONFIRES_SAAS_ENDPOINT- Bonfires API endpoint (default: http://localhost:3000)BONFIRES_API_KEY- Your Bonfires API key for authenticationBONFIRES_USER_ID- Your Bonfires user ID
Obsidian Configuration
OBSIDIAN_API_KEY- API key from Obsidian Local REST API pluginOBSIDIAN_PROTOCOL- Protocol for Obsidian API (http/https, default: http)OBSIDIAN_HOST- Obsidian API host (default: 127.0.0.1)OBSIDIAN_PORT- Obsidian API port (default: 27123)
Available Tools
Obsidian Tools
list-files-in-vault- Browse your vault's file structurecreate-file-in-vault- Create new notes and filesread-file-in-vault- Read content from existing files
Bonfires Tools
list-bonfires- Browse available bonfires with filtering optionscreate-bonfire- Create new bonfire communitiesjoin-bonfire- Join existing bonfiresget-bonfire-details- Get detailed information about specific bonfires
Development
npm run start # Start the MCP server
npm run test # Run testsArchitecture
Claude Desktop → Obsidian-Bonfires MCP Server → [Obsidian Local REST API, Bonfires Platform]This hybrid approach enables:
Direct Obsidian Integration: Real-time access to your local knowledge base
Bonfires Community Access: Connect with shared knowledge communities
Unified Interface: Single MCP server for both local and collaborative knowledge management
Getting Started
Install the Obsidian Local REST API plugin and configure it
Set up your Bonfires account and obtain API credentials
Configure the environment variables in Claude Desktop
Start using both your personal Obsidian vault and collaborative Bonfires within Claude!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA local MCP server that enables AI applications like Claude Desktop to securely access and work with Obsidian vaults, providing capabilities for reading notes, executing templates, and performing semantic searches.Last updated834MIT
- Alicense-qualityDmaintenanceAn MCP server that enables AI agents to read, search, write, and link notes in Obsidian vaults while respecting wikilinks, frontmatter, tags, and daily notes conventions, bundled with seven workflow-centric Claude Skills.Last updated8MIT
- Flicense-qualityCmaintenanceBuilt on Obsidian Vault, this MCP server integrates with Claude Code to provide personal knowledge management including note saving, full-text search, code graph extraction, and context resumption.Last updated1
- Alicense-qualityDmaintenanceAn MCP server that gives Claude AI direct access to your Obsidian vault, enabling natural language search, note creation, file management, and automated workflows.Last updated6,4179MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Obsidian-Desci/obsidian-bonfires-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server