DeepClaude MCP ServerServer

smithery-ai
GitHub
AI IntegrationRESTful APIDeep Learning

Loading subscription status...

💡 Description

DeepClaude MCP is a powerful server application that integrates the functionalities of DeepSeek and Claude AI models to provide enhanced, more accurate AI responses. This integration leverages the advantages of both models to achieve comprehensive AI interaction.

📝 JSON Entries

{
  "mcpServers": [
    {
      "DeepClaudeMCP": {
        "env": {
          "CLAUDE_API_KEY": "<CLAUDE_API_KEY>",
          "DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>"
        },
        "args": [],
        "command": "start"
      }
    }
  ]
}

🛠️ Tools

Node.jsnpmyarnExpress.jsAxiosWinstondotenvTypeScript

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
  • Type-safe implementation in TypeScript