MCP Server LogoMCP Server
HomeCategoriesDirectorySubmit
Submit
HomeCategoriesDirectorySubmit
Submit

MCP Servers

A curated list of MCP Servers, featuring Awesome MCP Servers and Claude MCP integration.

Contact Us

[email protected]

About

Privacy PolicyTerms of Service

Resources

Model Context ProtocolMCP Starter GuideClaude MCP Servers

Community

GitHub

© 2025 mcpserver.cc © 2025 MCP Server. All rights reserved.

Privacy PolicyTerms of Service
  1. Home
  2. /Categories
  3. /Developer Tools
  4. /Mcp Server Deepseek
Mcp Server Deepseek

Mcp Server Deepseek

Created by vincentf305•a day ago
Visit Website

MCP Server for deepseek integration in Claude desktop

Developer Tools
serverdeepseekintegrationClaudedesktop

MCP Server for Deepseek Integration

This repository contains a Model Control Protocol (MCP) server implementation that allows Claude Desktop to use Deepseek models running in Docker.

Prerequisites

  • Docker
  • Python 3.11 or later
  • A Deepseek API key
  • Claude Desktop

Installation

  1. Clone the repository:
git clone https://github.com/vincentf305/mcp-server-deepseek.git
cd mcp-server-deepseek
  1. Install dependencies:
pip install -r requirements.txt

Setup Environment Variables

Create a .env file in the root directory of the project and add the following environment variable:

DEEPSEEK_API_KEY=your_api_key_here

Make sure to replace your_api_key_here with your actual Deepseek API key.

Running the Server

Using Docker

  1. Build the Docker image:
docker build -t mcp_server_deepseek .
  1. Run the container:
docker run -d \
  --name mcp-server-deepseek \
  -p 8765:8765 \
  -e DEEPSEEK_API_KEY=your_api_key_here \
  mcp-server-deepseek

Running Locally

python -m mcp_server_deepseek.server

Usage with Claude Desktop

  1. Ensure you have a Deepseek API key

  2. Add the following to your Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "deepseek-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "DEEPSEEK_API_KEY",
        "mcp_server_deepseek"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "your_api_key_here"
      }
    }
  }
}
  1. Restart Claude Desktop to load the new configuration

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Create a Pull Request

License

MIT License - see the LICENSE file for details

Prerequisites

  • •Familiarity with the server domain
  • •Basic understanding of related technologies
  • •Knowledge of Developer Tools

Recommended Server

Mcp Dbutils

Mcp Dbutils

DButils is an all-in-one MCP service that enables your AI to do data analysis by harnessing versatile types of database (sqlite, mysql, postgres, and more) within a unified configuration of multiple connections in a secured way (like SSL and controlled write access).

Mcp Server Aidd

Mcp Server Aidd

Instagram Server Next Mcp

Instagram Server Next Mcp

View more → →

Details

Created

June 14, 2025

Last Updated

June 14, 2025

Category

Developer Tools

Author

vincentf305

Share

More Server

Mcp Server Datadog

Mcp Server Datadog

Kospi Kosdaq Stock Server

Kospi Kosdaq Stock Server

An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP

Mcp_npm

Mcp_npm

Duckduckgo Mcp Server

Duckduckgo Mcp Server

A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.