MCP Obsidian Via Rest
Rank #5320glama/OleksandrKucherenko/mcp-obsidian-via-rest
MCP server providing obsidian-via-rest capabilities
MCP Obsidian Via Rest is a Model Context Protocol (MCP) server published by OleksandrKucherenko. It ranks #5320 of 58,832 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. MCP Obsidian Via Rest is listed across 3 registries — Official MCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Jun 3, 2025 and most recently updated on Jan 18, 2026.
Ranks ahead of 53,512 of 58,832 servers on MCP Toplist.
Use MCP Obsidian Via Rest
Add MCP Obsidian Via Rest to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"mcp-obsidian-via-rest": {
"command": "npx",
"args": [
"-y",
"@oleksandrkucherenko/mcp-obsidian"
],
"env": {
"API_KEY": "<your API_KEY>",
"API_URLS": "<your API_URLS>",
"API_HOST": "<your API_HOST>",
"API_PORT": "<your API_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-obsidian-via-rest": {
"command": "npx",
"args": [
"-y",
"@oleksandrkucherenko/mcp-obsidian"
],
"env": {
"API_KEY": "<your API_KEY>",
"API_URLS": "<your API_URLS>",
"MCP_TRANSPORTS": "<your MCP_TRANSPORTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_TOKEN": "<your MCP_HTTP_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-obsidian-via-rest": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/oleksandrkucherenko/obsidian-mcp:1.3.3"
],
"env": {
"API_KEY": "<your API_KEY>",
"API_URLS": "<your API_URLS>",
"MCP_TRANSPORTS": "<your MCP_TRANSPORTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_TOKEN": "<your MCP_HTTP_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-obsidian-via-rest": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/oleksandrkucherenko/obsidian-mcp:1.3.3"
],
"env": {
"API_KEY": "<your API_KEY>",
"API_URLS": "<your API_URLS>",
"MCP_TRANSPORTS": "<your MCP_TRANSPORTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_TOKEN": "<your MCP_HTTP_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
OleksandrKucherenko
Available versions (3)
| Version | Published |
|---|---|
| 1.3.3 | Jan 18, 2026 |
| 1.0.3 | Jan 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is MCP Obsidian Via Rest?
- MCP server providing obsidian-via-rest capabilities
- Who maintains MCP Obsidian Via Rest?
- MCP Obsidian Via Rest is maintained by OleksandrKucherenko, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is MCP Obsidian Via Rest an official MCP server?
- Yes — MCP Obsidian Via Rest is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does MCP Obsidian Via Rest have?
- MCP Toplist tracks 3 versions of MCP Obsidian Via Rest, most recently published on Jan 18, 2026.
- Where can I find the source code for MCP Obsidian Via Rest?
- The source code for MCP Obsidian Via Rest is hosted at github.com/OleksandrKucherenko/mcp-obsidian-via-rest.