MCP-Server-and-client-Implementation-on-Linux
Okay, here's the translation of "MCP Server and client Implementation on Linux (Rather then using Claude Desktop)" into Chinese, along with some considerations for clarity: **Option 1 (More Literal):** * **Linux 上的 MCP 服务器和客户端实现 (而不是使用 Claude Desktop)** * This is a fairly direct translation. It's understandable but might sound a bit technical. **Option 2 (Slightly More Natural):** * **在 Linux 上实现 MCP 服务器和客户端,无需使用 Claude Desktop** * This version uses "无需使用" (wú xū shǐ yòng) which means "without needing to use" or "without using," making it flow a bit better. **Option 3 (Emphasizing Alternatives):** * **在 Linux 上实现 MCP 服务器和客户端,作为 Claude Desktop 的替代方案** * This version uses "作为...的替代方案" (zuòwéi...de tìdài fāng'àn), meaning "as an alternative to..." This emphasizes that you're looking for a different approach than Claude Desktop. **Which one to choose depends on the context:** * If you're talking to someone very familiar with the technical terms, Option 1 is fine. * If you want a slightly more natural and common way of saying it, Option 2 is good. * If you want to emphasize that you're looking for an *alternative* to Claude Desktop, Option 3 is best. **Breakdown of the terms:** * **MCP Server:** MCP 服务器 (MCP fúwùqì) * **Client:** 客户端 (kèhùduān) * **Implementation:** 实现 (shíxiàn) * **Linux:** Linux (Linux) (This is often just kept as "Linux" in Chinese) * **Rather than:** 而不是 (ér bùshì) / 无需使用 (wú xū shǐ yòng) / 作为...的替代方案 (zuòwéi...de tìdài fāng'àn) * **Claude Desktop:** Claude Desktop (Claude Desktop) (Likely kept as is, unless there's a common Chinese translation for it) Therefore, I recommend **Option 2: 在 Linux 上实现 MCP 服务器和客户端,无需使用 Claude Desktop** as a good balance of accuracy and naturalness.
scholarly360
README
在 Linux 上实现的 MCP 服务器和客户端 (无需 Claude Desktop)
MCP 服务器 ::
为我们的服务器创建一个新目录
uv init mcp_server_explore cd mcp_server_explore
创建虚拟环境并激活它
uv venv source .venv/bin/activate
安装依赖
uv add "mcp[cli]"
创建我们的服务器文件
touch mcp_server_explore.py
MCP 客户端 ::
为我们的客户端创建一个新目录
uv init mcp_client_explore cd mcp_client_explore
创建虚拟环境并激活它
uv venv source .venv/bin/activate
安装依赖
uv add mcp python-dotenv anthropic
创建我们的客户端文件
touch mcp_client_explore.py
运行 ::
uv run mcp_client_explore.py /workspaces/vsc_dev_mcp_explore/mcp_server_explore/mcp_server_explore.py
YouTube 视频 ::
https://youtu.be/53HvVkybgW8
推荐服务器
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
MCP Package Docs Server
促进大型语言模型高效访问和获取 Go、Python 和 NPM 包的结构化文档,通过多语言支持和性能优化来增强软件开发。
Claude Code MCP
一个实现了 Claude Code 作为模型上下文协议(Model Context Protocol, MCP)服务器的方案,它可以通过标准化的 MCP 接口来使用 Claude 的软件工程能力(代码生成、编辑、审查和文件操作)。
@kazuph/mcp-taskmanager
用于任务管理的模型上下文协议服务器。它允许 Claude Desktop(或任何 MCP 客户端)在基于队列的系统中管理和执行任务。
mermaid-mcp-server
一个模型上下文协议 (MCP) 服务器,用于将 Mermaid 图表转换为 PNG 图像。
Jira-Context-MCP
MCP 服务器向 AI 编码助手(如 Cursor)提供 Jira 工单信息。

Linear MCP Server
一个模型上下文协议(Model Context Protocol)服务器,它与 Linear 的问题跟踪系统集成,允许大型语言模型(LLM)通过自然语言交互来创建、更新、搜索和评论 Linear 问题。

Sequential Thinking MCP Server
这个服务器通过将复杂问题分解为顺序步骤来促进结构化的问题解决,支持修订,并通过完整的 MCP 集成来实现多条解决方案路径。
Curri MCP Server
通过管理文本笔记、提供笔记创建工具以及使用结构化提示生成摘要,从而实现与 Curri API 的交互。