Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Deepseek Thinker Mcp

    A MCP provider Deepseek reasoning content to MCP-enabled AI Clients, like Claude Desktop. Supports access to Deepseek's CoT from the Deepseek API service or a local Ollama server.

    63 stars
    JavaScript
    Updated Oct 16, 2025

    Table of Contents

    • Core Features
    • Available Tools
    • get-deepseek-thinker
    • Environment Configuration
    • OpenAI API Mode
    • Ollama Mode
    • Usage
    • Integration with AI Client, like Claude Desktop
    • Using Ollama Mode
    • Local Server Configuration
    • Development Setup
    • FAQ
    • Response like this: "MCP error -32001: Request timed out"
    • Tech Stack
    • License

    Table of Contents

    • Core Features
    • Available Tools
    • get-deepseek-thinker
    • Environment Configuration
    • OpenAI API Mode
    • Ollama Mode
    • Usage
    • Integration with AI Client, like Claude Desktop
    • Using Ollama Mode
    • Local Server Configuration
    • Development Setup
    • FAQ
    • Response like this: "MCP error -32001: Request timed out"
    • Tech Stack
    • License

    Documentation

    Deepseek Thinker MCP Server

    smithery badge

    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:

    bash
    API_KEY=
    BASE_URL=

    Ollama Mode

    Set the following environment variable:

    bash
    USE_OLLAMA=true

    Usage

    Integration with AI Client, like Claude Desktop

    Add the following configuration to your claude_desktop_config.json:

    json
    {
      "mcpServers": {
        "deepseek-thinker": {
          "command": "npx",
          "args": [
            "-y",
            "deepseek-thinker-mcp"
          ],
          "env": {
            "API_KEY": "",
            "BASE_URL": ""
          }
        }
      }
    }

    Using Ollama Mode

    json
    {
      "mcpServers": {
        "deepseek-thinker": {
          "command": "npx",
          "args": [
            "-y",
            "deepseek-thinker-mcp"
          ],
          "env": {
            "USE_OLLAMA": "true"
          }
        }
      }
    }

    Local Server Configuration

    json
    {
      "mcpServers": {
        "deepseek-thinker": {
          "command": "node",
          "args": [
            "/your-path/deepseek-thinker-mcp/build/index.js"
          ],
          "env": {
            "API_KEY": "",
            "BASE_URL": ""
          }
        }
      }
    }

    Development Setup

    bash
    # Install dependencies
    npm install
    
    # Build project
    npm run build
    
    # Run service
    node build/index.js

    FAQ

    Response like this: "MCP error -32001: Request timed out"

    This error occurs when the Deepseek API response is too slow or when the reasoning content output is too long, causing the MCP server to timeout.

    Tech Stack

    • TypeScript
    • @modelcontextprotocol/sdk
    • OpenAI API
    • Ollama
    • Zod (parameter validation)

    License

    This project is licensed under the MIT License. See the LICENSE file for details.

    Similar MCP

    Based on tags & features

    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k