MCP.so
登录

🤖 MCP Node Server

@guillermocorrea

关于 🤖 MCP Node Server

A Model Context Protocol server implementation with Node.js

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

guillermocorrea

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-node-server-guillermocorrea": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector",
        "npx",
        "-y",
        "tsx",
        "main.ts"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is 🤖 MCP Node Server?

A Node.js implementation of the Model Context Protocol (MCP) that provides example tools. Designed for developers integrating AI assistants (e.g., VSCode Copilot) with tool servers.

How to use 🤖 MCP Node Server?

Clone the repository, run npm install, then update the absolute path to main.ts in .vscode/mcp.json. Test in VSCode Copilot agent mode or via the MCP Inspector (npx -y @modelcontextprotocol/inspector npx -y tsx main.ts).

Key features of 🤖 MCP Node Server

  • Node.js server implementing Model Context Protocol
  • Includes example tools ready for testing
  • Easy integration with VSCode Copilot agent mode
  • Supports validation using MCP Inspector

Use cases of 🤖 MCP Node Server

  • Enable AI assistants to discover and run custom tools
  • Develop and test MCP‑compliant tool servers
  • Prototype tool interactions with VSCode Copilot

FAQ from 🤖 MCP Node Server

How do I install 🤖 MCP Node Server?

Clone the repository, navigate to the directory, and run npm install to install dependencies.

How do I configure the server?

Update the absolute path to the main.ts file in .vscode/mcp.json.

How can I test the server?

Open VSCode Copilot chat in agent mode and ask a question like “What is the weather in Bogota?”; alternatively, use npx -y @modelcontextprotocol/inspector npx -y tsx main.ts.

What are the runtime requirements?

Node.js and npm are required to install and run the server.

评论

其他 分类下的更多 MCP 服务器