1. get-deepseek-thinker
Perform reasoning using the Deepseek model.
Deepseek Thinker MCP Server is a Model Context Protocol provider that delivers Deepseek's reasoning content to MCP-enabled AI clients like Claude Desktop, supporting both OpenAI API and local Ollama server modes.
{
"mcpServers": {
"deepseek-thinker": {
"command": "npx",
"args": [
"-y",
"deepseek-thinker-mcp"
],
"env": {
"API_KEY": "<Your API Key>",
"BASE_URL": "<Your Base URL>"
}
}
}
}