Claudian integrates Claude Code as an AI collaborator in Obsidian. It exposes AI coding assistance directly in Obsidian vaults, providing code generation, debugging, and documentation tools. Connects to Obsidian's plugin system and Claude Code's API. Developers use it for in-vault AI-powered coding support, documentation, and knowledge management.
Claudian integrates Claude Code as an AI collaborator in Obsidian. It exposes AI coding assistance directly in Obsidian vaults, providing code generation, debugging, and documentation tools. Connects to Obsidian's plugin system and Claude Code's API. Developers use it for in-vault AI-powered coding support, documentation, and knowledge management.
npx -y claudianAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"yishentu-claudian-github": {
"command": "npx",
"args": [
"-y",
"npx -y claudian"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from claudian?"
API Key Required
This server requires an API key from claudian. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CLAUDIAN_API_KEY | Yes | Your claudian API key |
"What resources are available in claudian?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in claudian"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in claudian 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.