Back to MCP Servers

Term Mcp Deepseek

A DeepSeek MCP-like Server for Terminal

coding-agents

Installation

npx -y term_mcp_deepseek

Configuration

{
  "mcpServers": {
    "term_mcp_deepseek": {
      "command": "npx",
      "args": ["-y", "term_mcp_deepseek"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub