$ timeahead.in
mcp/fastmcp-medify-mcp-server/install

install @fastmcp-me/dify-mcp-server

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/fastmcp-me/dify-mcp-server
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dify-workflow": {
      "command": "npx",
      "args": [
        "@tonlab/dify-mcp-server"
      ],
      "env": {
        "DIFY_BASE_URL": "https://your-dify-endpoint",
        "DIFY_API_KEY": "your-api-key-here"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/fastmcp-medify-mcp-server/install/claude-desktop
← back to @fastmcp-me/dify-mcp-server