Skip to main content
Glama

DeepSeek-Claude MCP Server

DeepSeek-Claude MCP 서버

DeepSeek R1의 고급 추론 엔진을 통합하여 Claude의 추론 능력을 향상시키세요 . 이 서버를 통해 Claude는 deepseek r1 모델의 추론 기능을 활용하여 복잡한 추론 작업을 처리할 수 있습니다.


🚀 특징

고급 추론 능력

  • DeepSeek R1의 추론 기능을 Claude와 완벽하게 통합합니다.
  • 복잡한 다단계 추론 작업을 지원합니다.
  • 신중한 응답을 생성하기 위한 정확성과 효율성을 위해 설계되었습니다.

전체 설정 가이드

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 DeepSeek-Claude를 자동으로 설치하려면:

지엑스피1

필수 조건

  1. 저장소 복제
    git clone https://github.com/harshj23/deepseek-claude-MCP-server.git cd deepseek-claude-MCP-server
  2. UV가 설정되어 있는지 확인하세요
    • Windows : PowerShell에서 다음을 실행합니다.
      powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    • Mac : 다음을 실행하세요.
      curl -LsSf https://astral.sh/uv/install.sh | sh
  3. 가상 환경 만들기
    uv venv source .venv/bin/activate
  4. 종속성 설치
    uv add "mcp[cli]" httpx
  5. API 키 설정
    Obtain your api key from here : https://platform.deepseek.com/api_keys
  6. MCP 서버 구성 claude_desktop_config.json 파일을 편집하여 다음 구성을 포함합니다.claude\_desktop\_config.json 파일
    { "mcpServers": { "deepseek-claude": { "command": "uv", "args": [ "--directory", "C:\\ABSOLUTE\\PATH\\TO\\PARENT\\FOLDER\\deepseek-claude", "run", "server.py" ] } } }
  7. 서버 실행
    uv run server.py
  8. 테스트 설정
    • Claude Desktop을 다시 시작합니다.
    • 인터페이스에 도구 아이콘이 표시되는지 확인하세요. 도구가 보인다도구 검증
    • 서버가 보이지 않으면 문제 해결 가이드를 참조하세요.

🛠 사용법

서버 시작

Claude Desktop과 함께 사용하면 서버가 자동으로 시작됩니다. Claude Desktop이 MCP 서버를 감지하도록 구성되어 있는지 확인하세요.

워크플로 예시

  1. 클로드는 고급 추론이 필요한 질문을 받습니다.
  2. 해당 쿼리는 처리를 위해 DeepSeek R1로 전달됩니다.
  3. DeepSeek R1은 <ant_thinking> 태그로 묶인 구조화된 추론을 반환합니다.
  4. 클로드는 추론을 최종 반응으로 통합합니다.

📄 라이센스

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.


You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Tools

정밀하고 효율적으로 복잡한 다단계 추론 작업을 수행하는 DeepSeek R1의 고급 추론 엔진을 통합하여 클로드의 추론 능력을 향상시킵니다.

  1. 🚀 특징
    1. 고급 추론 능력
  2. 전체 설정 가이드
    1. Smithery를 통해 설치
    2. 필수 조건
  3. 🛠 사용법
    1. 서버 시작
    2. 워크플로 예시
  4. 📄 라이센스

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Facilitates two-stage reasoning processes using DeepSeek for detailed analysis and supports multiple response models such as Claude 3.5 Sonnet and OpenRouter, maintaining conversation context and enhancing AI-driven interactions.
      Last updated -
      2
      101
      JavaScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      Provides reasoning content to MCP-enabled AI clients by interfacing with Deepseek's API or a local Ollama server, enabling focused reasoning and thought process visualization.
      Last updated -
      1
      54
      24
      JavaScript
    • A
      security
      A
      license
      A
      quality
      A server that enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine to tackle complex reasoning tasks.
      Last updated -
      1
      Python
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      Enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine, allowing Claude to tackle complex multi-step reasoning tasks with greater precision.
      Last updated -
      Python
      MIT License
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/HarshJ23/deepseek-claude-MCP-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server