# x-to-markdown

Convert X (Twitter) articles, tweets, and threads to clean Markdown. Free,

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add xtomd/x-to-markdown

# Browse available tools
npx -y @smithery/cli@latest tool list xtomd/x-to-markdown

# Get full schema for a tool
npx -y @smithery/cli@latest tool get xtomd/x-to-markdown convert_x_to_markdown

# Call a tool
npx -y @smithery/cli@latest tool call xtomd/x-to-markdown convert_x_to_markdown '{}'
```

## Direct MCP Connection

Endpoint: `https://x-to-markdown--xtomd.run.tools`

## Tools (1)

- `convert_x_to_markdown` — Convert an X (Twitter) URL to clean Markdown. Works with X Articles (long-form), tweets, threads, and note tweets. Use …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get xtomd/x-to-markdown <tool-name>
```
