From qmd
Executes locally via stdio transport using the 'qmd mcp' command. Offers unspecified tools, data sources, or prompt templates through the qmd application. No environment variables or API keys indicated.
npx claudepluginhub tobi/qmd --plugin qmdAdd to your .mcp.json:
{
"mcpServers": {
"qmd": {
"command": "qmd",
"args": [
"mcp"
]
}
}
}qmd