All MCP servers

DeepSeek MCP Server

Official
by Api.AirforcestdioAI & LLM Tools0340MIT

Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "deepseek-mcp-server-imp2d4be": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}