Server data from the Official MCP Registry
Independent French workspace for evaluating DeepSeek-V3-class chat and DeepSeek-R1 reasoning.
Independent French workspace for evaluating DeepSeek-V3-class chat and DeepSeek-R1 reasoning.
This is a well-designed, minimal MCP server with no authentication or authorization concerns โ which is appropriate given its read-only, informational purpose. The codebase is clean, with no malicious patterns, credential leaks, dangerous operations, or excessive permissions. It exposes static knowledge about DeepSeek FR through tools, resources, and prompts without making external API calls or accessing sensitive data. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed ยท 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-deepseekfr-mcp": {
"args": [
"-y",
"msa-deepseekfr-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
DeepSeek FR | DeepSeek V3 & R1 workflows in French
A Model Context Protocol server that exposes the canonical DeepSeek FR knowledge surface โ models, prompts, and chat workflows, pricing, FAQ, official links โ to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://deepseekfr.org
DeepSeek FR is a French-localized chat interface built around DeepSeek's latest AI models, offering French-speaking users direct access to a capable large language model without needing to navigate an English-first platform. The site provides two model variants โ a Pro version aimed at complex reasoning and advanced code tasks, and a Flash version tuned for faster everyday responses โ both sharing a one-million-token context window. Users interact through a clean chat interface that supports adjustable reasoning depth, making it practical for everything from quick questions to demanding multi-step analysis. The platform also documents API compatibility with OpenAI and Anthropic conventions, lowering the barrier for developers already familiar with those ecosystems.
DeepSeek FR is aimed primarily at French-speaking professionals and developers who want a capable AI assistant without switching to an English-language interface. Developers benefit from the API compatibility and local execution options; researchers and analysts value the long context window and adjustable reasoning depth; writers and content teams find the French-native interface reduces friction in day-to-day drafting tasks. The dual-model approach also makes it accessible to non-technical users who need quick answers as well as to technical teams running sustained, resource-intensive workflows โ without requiring them to choose a single tool for both.
list_modelsReturn the canonical list of chat models exposed on the site, with capability notes. (DeepSeek FR)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for DeepSeek FR.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for DeepSeek FR (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://deepseekfr/models โ Supported chat models and capability notes.site://deepseekfr/pricing โ Canonical pricing entry point.site://deepseekfr/faq โ Short FAQ generated from public site metadata.site://deepseekfr/links โ Canonical URLs to share with users.tell_me_about_deepseekfrSummarize what the site is, who it's for, and how it works. โ DeepSeek FR
start_chat_session_deepseekfrOpen a chat-evaluation session against the site's models, with sensible defaults. โ DeepSeek FR
npx -y @smithery/cli install deepseekfr-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/deepseekfr-mcp.git
cd deepseekfr-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"deepseekfr-mcp": {
"command": "node",
"args": [
"/absolute/path/to/deepseekfr-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.