Skip to main content
Glama

DeepClaude MCP Server

by smithery-ai

DeepClaude MCP (Model Control Panel)

English | 中文

Overview

DeepClaude MCP (Model Control Panel) is a powerful server application that combines the capabilities of DeepSeek and Claude AI models to deliver enhanced results. This integration allows for more accurate and comprehensive AI responses by leveraging the strengths of both models.

Features

  • Seamless integration of DeepSeek and Claude AI models
  • RESTful API endpoints for easy integration
  • Configurable model parameters
  • Robust error handling with Winston logger
  • Cross-origin resource sharing (CORS) support
  • TypeScript implementation for type safety

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn package manager
  • API keys for both DeepSeek and Claude services

Installation

  1. Clone the repository:
git clone https://github.com/Mrdapeng/DeepClaudeMcp.git cd DeepClaudeMcp
  1. Install dependencies:
yarn install # or npm install
  1. Configure environment variables:
cp .env.example .env # Edit .env file with your API keys and configuration

Development

  • Start development server with hot-reload:
yarn dev # or npm run dev
  • Build the project:
yarn build # or npm run build
  • Start production server:
yarn start # or npm start

Project Structure

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

Dependencies

  • Express.js - Web framework
  • Axios - HTTP client
  • Winston - Logging library
  • CORS - Cross-origin resource sharing
  • dotenv - Environment configuration
  • TypeScript - Programming language
  • Jest - Testing framework

License

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

-
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.

Enables integration and control of DeepSeek and Claude AI models through RESTful APIs, supporting seamless AI model operations with configurable parameters and robust error handling.

  1. Overview
    1. Features
      1. Prerequisites
        1. Installation
          1. Development
            1. Project Structure
              1. Dependencies
                1. License

                  Related MCP Servers

                  • -
                    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
                  • A
                    security
                    A
                    license
                    A
                    quality
                    An interface that enables Claude AI to interact with the esa API for searching, creating, and updating documents through the Model Context Protocol.
                    Last updated -
                    10
                    30
                    8
                    MIT License
                    • Linux
                    • Apple
                  • -
                    security
                    -
                    license
                    -
                    quality
                    Exposes CrewAI tools through a REST API that allows Claude and other LLMs to access web search functionality, data analysis capabilities, and custom CrewAI tools.
                    Last updated -
                    1
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A Model Context Protocol server that enables seamless integration between Claude AI and development tools like VSCode, Augment, Vercel, Airtable, and Square.
                    Last updated -
                    7
                    MIT License
                    • Linux
                    • 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/smithery-ai/DeepClaudeMcp'

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