This repository provides a Model Context Protocol (MCP) server, enabling AI clients like Claude Desktop to access Deepseek's reasoning process from the Deepseek API or a local Ollama server. It
This project provides a Model Context Protocol (MCP) server that enables AI clients, such as Claude Desktop, to access Deepseek's reasoning process. It supports two modes: accessing Deepseek's API service or using a local Ollama server.
originPrompt
(string): User's original prompt.Configuration instructions are provided for both OpenAI API mode (using API_KEY
and BASE_URL
) and Ollama mode (using USE_OLLAMA=true
).
Configuration examples are provided for integrating with AI clients like Claude Desktop, demonstrating how to set up the mcpServers
configuration with the necessary command, arguments, and environment variables for both OpenAI API and Ollama modes. Local server configuration is also provided.
Instructions for installing dependencies (npm install
), building the project (npm run build
), and running the service (node build/index.js
) are included.
MIT License.
ruixingshi/deepseek-thinker-mcp
February 13, 2025
March 26, 2025
JavaScript