What is A MCP provider for Deepseek reasoning content to MCP-enabled AI Clients.?
Deepseek Thinker MCP Server is a Model Context Protocol provider that enables access to Deepseek's thought processes from the Deepseek API service or from a local Ollama server. It supports dual mode operation with OpenAI API and Ollama local mode, capturing Deepseek's reasoning process and providing structured text responses.
Documentation
Deepseek Thinker MCP Server
A MCP (Model Context Protocol) provider Deepseek reasoning content to MCP-enabled AI Clients, like Claude Desktop. Supports access to Deepseek's thought processes from the Deepseek API service or from a local Ollama server.
Core Features
🤖 Dual Mode Support
OpenAI API mode support
Ollama local mode support
🎯 Focused Reasoning
Captures Deepseek's thinking process
Provides reasoning output
Available Tools# get-deepseek-thinker
Description: Perform reasoning using the Deepseek model
Input Parameters:
originPrompt (string): User's original prompt
Returns: Structured text response containing the reasoning process
Environment Configuration# OpenAI API Mode
Set the following environment variables:
API_KEY=<Your OpenAI API Key>
BASE_URL=<API Base URL>
Ollama Mode
Set the following environment variable:
USE_OLLAMA=true
Usage# Integration with AI Client, like Claude Desktop
Add the following configuration to your claude_desktop_config.json: