MCP.so
登录
D

Deepseek Reasoner

@comeonzhj

关于 Deepseek Reasoner

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

comeonzhj

提交者

佳 张

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "deepseek-reasoner": {
      "command": "python",
      "args": [
        "/path/to/have-a-think/have-a-think.py"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "your_deepseek_api_key_here"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Deepseek Reasoner?

Deepseek Reasoner is a Model Context Protocol (MCP) server that integrates with the DeepSeek API, enabling AI assistants to perform reasoning tasks. It was built entirely with Claude and is intended for use with MCP-compatible clients like Claude Desktop, Windsurf, Cursor, and 5ir.

How to use Deepseek Reasoner?

Install Python 3.10+, clone the repository, install dependencies (mcp[cli], httpx, python-dotenv), create a .env file with your DEEPSEEK_API_KEY, and run python have-a-think.py. Alternatively, configure it in an MCP client by providing the server command and its arguments in the client's settings.

Key features of Deepseek Reasoner

  • Uses the DeepSeek API for reasoning
  • Simple Python-based MCP server
  • Requires only a DeepSeek API key
  • Easy to install and configure
  • Compatible with multiple MCP clients

Use cases of Deepseek Reasoner

  • Adding reasoning capabilities to Claude Desktop
  • Enhancing AI assistants with deeper thinking
  • Integrating DeepSeek's model into MCP workflows

FAQ from Deepseek Reasoner

What dependencies are required?

Python 3.10 or newer, plus the packages mcp[cli], httpx, and python-dotenv.

How do I get a DeepSeek API key?

You can obtain an API key from the DeepSeek platform at https://platform.deepseek.com/.

How is the server installed into an MCP client?

Add a JSON entry to your client's MCP servers configuration, specifying the Python command and the path to have-a-think.py, along with the environment variable DEEPSEEK_API_KEY.

What runtime does Deepseek Reasoner need?

It runs on Python 3.10+ and executes the have-a-think.py file.

How is authentication handled?

Authentication is done via a DEEPSEEK_API_KEY environment variable set in a .env file or in the client configuration's env block.

评论

其他 分类下的更多 MCP 服务器