PluginBench
MCP Server

AutEng MCP - Markdown Publishing & Document Share Links MCP Server

ai.auteng/docs

What is the AutEng MCP - Markdown Publishing & Document Share Links MCP server?

Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai

How to install AutEng MCP - Markdown Publishing & Document Share Links

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "docs": {
      "url": "https://auteng.ai/mcp/docs"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "docs": {
      "serverUrl": "https://auteng.ai/mcp/docs"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "docs": {
      "type": "http",
      "url": "https://auteng.ai/mcp/docs"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "docs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://auteng.ai/mcp/docs"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http docs https://auteng.ai/mcp/docs

Related MCP servers

Publish markdown documents as public share links with mermaid diagrams. Built by AutEng.ai