Skip to main content
Glama

DeepClaude MCP Server

by smithery-ai

DeepClaude MCP(模型控制面板)

English |中文

概述

DeepClaude MCP(模型控制面板)是一款功能强大的服务器应用程序,它整合了 DeepSeek 和 Claude AI 模型的功能,从而提供更强大的结果。这种集成能够充分利用两种模型的优势,从而实现更准确、更全面的 AI 响应。

特征

  • DeepSeek 与 Claude AI 模型的无缝集成
  • RESTful API 端点,方便集成
  • 可配置模型参数
  • 使用 Winston 记录器进行强大的错误处理
  • 跨域资源共享 (CORS) 支持
  • 类型安全的 TypeScript 实现

先决条件

  • Node.js(v14 或更高版本)
  • npm 或 yarn 包管理器
  • DeepSeek 和 Claude 服务的 API 密钥

安装

  1. 克隆存储库:
git clone https://github.com/Mrdapeng/DeepClaudeMcp.git cd DeepClaudeMcp
  1. 安装依赖项:
yarn install # or npm install
  1. 配置环境变量:
cp .env.example .env # Edit .env file with your API keys and configuration

发展

  • 使用热重载启动开发服务器:
yarn dev # or npm run dev
  • 构建项目:
yarn build # or npm run build
  • 启动生产服务器:
yarn start # or npm start

项目结构

src/ ├── config/ # Configuration files ├── services/ # Core services and API clients ├── types/ # TypeScript type definitions └── index.ts # Application entry point

依赖项

  • Express.js - Web 框架
  • Axios - HTTP 客户端
  • Winston - 日志库
  • CORS——跨域资源共享
  • dotenv - 环境配置
  • TypeScript——编程语言
  • Jest - 测试框架

执照

该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅 LICENSE 文件。

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

通过 RESTful API 实现 DeepSeek 和 Claude AI 模型的集成和控制,支持具有可配置参数和强大错误处理的无缝 AI 模型操作。

  1. 概述
    1. 特征
      1. 先决条件
        1. 安装
          1. 发展
            1. 项目结构
              1. 依赖项
                1. 执照

                  Related MCP Servers

                  • -
                    security
                    F
                    license
                    -
                    quality
                    Enables seamless AI integration via Ollama's Deepseek model, providing protocol compliance and automatic configuration for clean AI-driven interactions.
                    Last updated -
                    1
                    Python
                  • -
                    security
                    F
                    license
                    -
                    quality
                    This server integrates DeepSeek and Claude AI models to provide enhanced AI responses, featuring a RESTful API, configurable parameters, and robust error handling.
                    Last updated -
                    13
                    TypeScript
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A FastMCP server implementation that provides a standardized interface for accessing AI models hosted on Replicate's API, currently supporting image generation with customizable parameters.
                    Last updated -
                    2
                    Python
                    MIT License
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A lightweight, modular API service that provides useful tools like weather, date/time, calculator, search, email, and task management through a RESTful interface, designed for integration with AI agents and automated workflows.
                    Last updated -
                    Python
                    MIT License

                  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/smithery-ai/DeepClaudeMcp'

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