MCP.so
登录

Mcp Server Example

@Idanref

关于 Mcp Server Example

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

Idanref

配置

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

{
  "mcpServers": {
    "my-mcp-server": {
      "command": "node",
      "args": [
        "src/index.js"
      ],
      "env": {
        "NODE_OPTIONS": "--no-deprecation"
      }
    }
  }
}

工具

未检测到工具

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

概览

What is Mcp Server Example?

How to use Mcp Server Example?

Start the server with node src/index.js. It can also be launched using the MCP inspector with npx @modelcontextprotocol/inspector node index.js. To integrate with Claude Desktop, add the server entry to the Claude Desktop configuration file (claude_desktop_config.json) using the provided JSON template that specifies the command, arguments, and optional environment variable NODE_OPTIONS.

Key features of Mcp Server Example

Use cases of Mcp Server Example

FAQ from Mcp Server Example

How do I start the server?

Run node src/index.js from the project directory.

How do I integrate this server with Claude Desktop?

Open your Claude Desktop configuration file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json) and add the server entry as shown in the README, using node as the command and the path to src/index.js as an argument.

How do I run the server using the MCP inspector?

Execute npx @modelcontextprotocol/inspector node index.js in your terminal.

评论

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