DeepClaude MCP ServerServer

Way-To-AGI
GitHub
AI IntegrationRESTful APIError Handling

Loading subscription status...

💡 Description

DeepClaude MCP is a powerful server application that combines the capabilities of DeepSeek and Claude AI models to provide optimized results. This integration allows for more accurate and comprehensive AI responses by leveraging the strengths of both models.

📝 JSON Entries

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

🛠️ Tools

Node.jsnpmyarnTypeScriptExpress.jsAxiosWinstonCORS

Features

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