Back to MCP Servers
Term Mcp Deepseek
A DeepSeek MCP-like Server for Terminal
coding-agents
By OthmaneBlial
Installation
npx -y term_mcp_deepseekConfiguration
{
"mcpServers": {
"term_mcp_deepseek": {
"command": "npx",
"args": ["-y", "term_mcp_deepseek"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes