# Deepseek Thinker

Leverage Deepseek's reasoning capabilities to enhance your AI interactions. Access structured reasoning outputs from Deepseek's thought processes seamlessly. Integrate easily with your AI clients for…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ruixingshi/deepseek-thinker-mcp-1

# Browse available tools
npx -y @smithery/cli@latest tool list ruixingshi/deepseek-thinker-mcp-1

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ruixingshi/deepseek-thinker-mcp-1 get-deepseek-thinker

# Call a tool
npx -y @smithery/cli@latest tool call ruixingshi/deepseek-thinker-mcp-1 get-deepseek-thinker '{}'
```

## Tools (1)

- `get-deepseek-thinker` — think with deepseek

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ruixingshi/deepseek-thinker-mcp-1 <tool-name>
```

---

Source: https://github.com/ruixingshi/deepseek-thinker-mcp
