modelscope·@koopatroopa787/first_mcp
暂无描述。
A powerful Model Context Protocol (MCP) server that provides comprehensive PC control capabilities including file operations, directory management, and command execution.
npm install
npm run build
The server communicates via stdio and is designed to be used with MCP clients:
npm start
Add this server to your Claude Desktop configuration file:
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"pc-control": {
"command": "node",
"args": ["/absolute/path/to/first_mcp/build/index.js"]
}
}
}
Replace /absolute/path/to/first_mcp with the actual absolute path to this project directory.
You can also run it directly with npx if published to npm:
{
"mcpServers": {
"pc-control": {
"command": "npx",
"args": ["-y", "mcp-pc-control-server"]
}
}
}
{
path: string // Path to the file to read
}
{
path: string, // Path where file should be written
content: string // Content to write
}
{
path: string,
edits: [{
oldText: string, // Exact text to find
newText: string // Replacement text
}]
}
{
path: string // Directory path to create
}
{
path: string // Directory path to list
}
{
path: string // File path to delete
}
{
path: string // Directory path to delete recursively
}
{
source: string, // Current path
destination: string // New path
}
{
path: string // Path to get info about
}
{
command: string, // Shell command to execute
workingDirectory?: string // Optional working directory
}
{
path: string, // Directory to search in
pattern: string // Pattern to match (supports * and **)
}
WARNING: This server provides powerful filesystem and command execution capabilities.
Recommendations:
execute_command toolnpm run build
npm run watch
.
src/
index.ts # Main server implementation
build/ # Compiled JavaScript (generated)
package.json
tsconfig.json
README.md
MIT
Contributions are welcome! Please feel free to submit issues or pull requests.
claude_desktop_config.json is absolute and correctindex.jsls -la快递100 MCP Server提供快递信息查询、快递运费预估比价、快递时效查询(含发货前时效查询与在途动态时效查询)等功能。
基于Model Context Protocol的原型生成功能服务,专注于HTML代码生成、设计描述生成和HTML导入功能。
一个用于生成思维导图的 MCP (Model Context Protocol) 服务器。 看起来您的请求中没有提供具体的英文技术文档内容以供翻译。如果您能分享更多详细信息或具体段落,我将能够帮助您将其准确地翻译成中文,同时保留代码块、链接、格式结构和专业术语的准确性。请提供需要翻译的具体文本。
一个通过模型上下文协议(Model Context Protocol)提供读取、写入和编辑微软Word(docx)文件工具的服务器,允许进行整篇文档读取、内容创建、目标段落编辑以及文本插入等操作。
该工具通过灵活的思维流程帮助分析问题,这种流程能够适应变化并不断演进。随着认知的深入,每个思维节点都可以对先前结论进行补充、质疑或修正。 适用场景 拆解复杂问题为可执行步骤 需要预留修订空间的设计规划 可能需要方向调整的深度分析 初期范围不明确的探索性问题 需多阶段推理的复合型问题 多步骤关联的任务场景 需过滤干扰信息的决策场景
基于Qwen3推理引擎的股票量化智能体,其详细使用方法可通过MCP平台内置的《查询操作手册》获取。 For detailed usage instructions on the Qwen3-powered quantitative trading agent with advanced reasoning capabilities for stock market analysis, please refer to the MCP Query Cookbook accessible via the platform's built-in documentation system.