MCP Server
MCP
io.github.arikusi/deepseek
MCP server for DeepSeek AI with chat, reasoning, sessions, function calling, and cost tracking
Install
npx -y @arikusi/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@arikusi/deepseek-mcp-server",
"version": "2.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "DeepSeek API key",
"isRequired": true,
"isSecret": true,
"name": "DEEPSEEK_API_KEY"
}
]
},
{
"registryType": "npm",
"identifier": "@arikusi/deepseek-mcp-server",
"version": "2.2.1",
"transport": {
"type": "streamable-http",
"url": "https://deepseek-mcp.tahirl.com/mcp"
},
"environmentVariables": [
{
"description": "DeepSeek API key (sent as Bearer token)",
"isRequired": true,
"isSecret": true,
"name": "DEEPSEEK_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment