brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
com.hushvert/mcp · v0.1.0
File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API.
mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@hushvert/mcp"
],
"env": {
"HUSHVERT_API_KEY": "<HUSHVERT_API_KEY>"
}
}
}
}HUSHVERT_API_KEY必填secrethushvert developer API key (hv_live_...), from https://hushvert.com/developers/keys
HUSHVERT_ALLOWED_DIR可选Optional directory jail: every file read/write must resolve under this path
{
"id": "com.hushvert/mcp",
"type": "mcp-server",
"version": "0.1.0",
"displayName": "mcp",
"description": "File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API.",
"repository": {
"url": "https://github.com/hushvert/mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@hushvert/mcp",
"version": "0.1.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "HUSHVERT_API_KEY",
"description": "hushvert developer API key (hv_live_...), from https://hushvert.com/developers/keys",
"isRequired": true,
"isSecret": true
},
{
"name": "HUSHVERT_ALLOWED_DIR",
"description": "Optional directory jail: every file read/write must resolve under this path"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.hushvert/mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.hushvert%2Fmcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}