Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From obsidian-mcp-server
Connects to Obsidian for reading and writing notes, searching vaults, and managing markdown files. Requires an Obsidian API key and base URL.
npx claudepluginhub cyanheads/obsidian-mcp-serverCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-server"
],
"env": {
"OBSIDIAN_API_KEY": "<your-obsidian-api-key>",
"OBSIDIAN_BASE_URL": "",
"MCP_TRANSPORT_TYPE": "stdio"
}
}
}
}Replace placeholder values for: OBSIDIAN_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
OBSIDIAN_API_KEY=OBSIDIAN_BASE_URL=MCP_TRANSPORT_TYPE=stdioSensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.