Hackmd MCP
Rank #9,385io.github.yuna0x0/hackmd-mcp
MCP server providing hackmd-mcp capabilities
Hackmd MCP is a Model Context Protocol (MCP) server published by yuna0x0. It ranks #9,385 of 115,460 servers tracked on MCP Toplist, and its repository has 67 GitHub stars. Hackmd MCP is listed across 2 registries — Official MCP and Glama, with 9 tracked versions. It was first listed on Mar 18, 2025 and most recently updated on Nov 28, 2025.
Ranks ahead of 106,075 of 115,460 servers on MCP Toplist.
Use Hackmd MCP
claude mcp add hackmd-mcp -e "HACKMD_API_TOKEN=<your HACKMD_API_TOKEN>" -e "HACKMD_API_URL=<your HACKMD_API_URL>" -- npx -y hackmd-mcpReplace each placeholder with your own value before saving.
claude mcp add hackmd-mcp -e "HACKMD_API_TOKEN=<your HACKMD_API_TOKEN>" -e "HACKMD_API_URL=<your HACKMD_API_URL>" -- docker run -i --rm ghcr.io/yuna0x0/hackmd-mcp:1.5.5Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.5.5/hackmd-mcp-1.5.5.mcpb` — install it through your client’s extension manager.
[mcp_servers.hackmd-mcp]
command = "npx"
args = ["-y", "hackmd-mcp"]
[mcp_servers.hackmd-mcp.env]
HACKMD_API_TOKEN = "<your HACKMD_API_TOKEN>"
HACKMD_API_URL = "<your HACKMD_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.hackmd-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/yuna0x0/hackmd-mcp:1.5.5"]
[mcp_servers.hackmd-mcp.env]
HACKMD_API_TOKEN = "<your HACKMD_API_TOKEN>"
HACKMD_API_URL = "<your HACKMD_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.5.5/hackmd-mcp-1.5.5.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"hackmd-mcp": {
"command": "npx",
"args": [
"-y",
"hackmd-mcp"
],
"env": {
"HACKMD_API_TOKEN": "<your HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<your HACKMD_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hackmd-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yuna0x0/hackmd-mcp:1.5.5"
],
"env": {
"HACKMD_API_TOKEN": "<your HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<your HACKMD_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.5.5/hackmd-mcp-1.5.5.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"hackmd-mcp": {
"command": "npx",
"args": [
"-y",
"hackmd-mcp"
],
"env": {
"HACKMD_API_TOKEN": "<your HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<your HACKMD_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hackmd-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yuna0x0/hackmd-mcp:1.5.5"
],
"env": {
"HACKMD_API_TOKEN": "<your HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<your HACKMD_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.5.5/hackmd-mcp-1.5.5.mcpb` — install it through your client’s extension manager.
{
"servers": {
"hackmd-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hackmd-mcp"
],
"env": {
"HACKMD_API_TOKEN": "<your HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<your HACKMD_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"hackmd-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yuna0x0/hackmd-mcp:1.5.5"
],
"env": {
"HACKMD_API_TOKEN": "<your HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<your HACKMD_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.5.5/hackmd-mcp-1.5.5.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"hackmd-mcp": {
"command": "npx",
"args": [
"-y",
"hackmd-mcp"
],
"env": {
"HACKMD_API_TOKEN": "<your HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<your HACKMD_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hackmd-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yuna0x0/hackmd-mcp:1.5.5"
],
"env": {
"HACKMD_API_TOKEN": "<your HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<your HACKMD_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.5.5/hackmd-mcp-1.5.5.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"hackmd-mcp": {
"command": "npx",
"args": [
"-y",
"hackmd-mcp"
],
"env": {
"HACKMD_API_TOKEN": "<your HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<your HACKMD_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hackmd-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yuna0x0/hackmd-mcp:1.5.5"
],
"env": {
"HACKMD_API_TOKEN": "<your HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<your HACKMD_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.5.5/hackmd-mcp-1.5.5.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.yuna0x0%2Fhackmd-mcp)<a href="https://mcptoplist.com/server/io.github.yuna0x0%2Fhackmd-mcp"><img src="https://mcptoplist.com/badge/io.github.yuna0x0%2Fhackmd-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
yuna0x0
Other servers by yuna0x0
View all yuna0x0 servers →Available versions (9)
| Version | Published |
|---|---|
| 1.5.7 | Nov 28, 2025 |
| 1.5.6 | Nov 5, 2025 |
| 1.5.5 | Oct 20, 2025 |
| 1.5.3 | Sep 29, 2025 |
| 1.5.2 | Sep 22, 2025 |
| 1.5.1 | Sep 21, 2025 |
| 1.5.0 | Sep 15, 2025 |
| 1.4.2 | Sep 13, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hackmd MCP?
- Hackmd MCP is maintained by yuna0x0, which publishes 12 MCP servers (27 total versions) tracked on MCP Toplist.
- Is Hackmd MCP listed on the Official MCP Registry?
- Yes — Hackmd MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Hackmd MCP have?
- MCP Toplist tracks 9 versions of Hackmd MCP, most recently published on Nov 28, 2025.
- Where can I find the source code for Hackmd MCP?
- The source code for Hackmd MCP is hosted at github.com/yuna0x0/hackmd-mcp.