Skip to main content
Coding AgentsPython

OthmaneBlial/term_mcp_deepseek

A DeepSeek MCP-like Server for Terminal

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/OthmaneBlial/term_mcp_deepseek

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
OthmaneBlial