Obsidian Smart Composer is an AI chat assistant for Obsidian that provides contextual awareness and smart writing assistance. It offers vault-aware conversations, semantic search, and local model support. The server connects to Obsidian's vault and exposes tools for AI agents to assist with writing, editing, and searching notes. Developers use it to build AI-powered productivity tools within Obsidian.
Obsidian Smart Composer is an AI chat assistant for Obsidian that provides contextual awareness and smart writing assistance. It offers vault-aware conversations, semantic search, and local model support. The server connects to Obsidian's vault and exposes tools for AI agents to assist with writing, editing, and searching notes. Developers use it to build AI-powered productivity tools within Obsidian.
npx -y obsidian-smart-composerAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"glowingjade-obsidian-smart-composer-github": {
"command": "npx",
"args": [
"-y",
"npx -y obsidian-smart-composer"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from obsidian smart composer?"
API Key Required
This server requires an API key from obsidian smart composer. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| OBSIDIAN_SMART_COMPOSER_API_KEY | Yes | Your obsidian smart composer API key |
"What resources are available in obsidian smart composer?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in obsidian smart composer"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in obsidian smart composer with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.