Odel
feishu markdown

feishu markdown

Local
@huandu29TypeScriptMITUpdated 8mo ago

MCP server for Feishu Markdown

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfeishu-markdown-mcpv0.1.3

Run

npx -y feishu-markdown-mcp

MCP client config

{
  "mcpServers": {
    "feishu-markdown": {
      "command": "npx",
      "args": [
        "-y",
        "feishu-markdown-mcp"
      ]
    }
  }
}