Back to MCP directory
publicPublicdnsLocal runtime

yusukebe_my-first-mcp-server

一个名为Yusuke Wada开发的MCP服务器项目,使用Node.js运行游戏服务端,采用MIT许可证

article

README

🚀 我的第一个MCP服务器

本项目是一个MCP服务器,可通过简单的配置进行运行,为相关开发提供基础支持。

🚀 快速开始

设置

需要对配置文件进行修改,配置文件路径为:/Users/yusuke/Library/Application\ Support/Claude/claude_desktop_config.json,具体配置内容如下:

{
  "mcpServers": {
    "game": {
      "command": "node",
      "args": ["/path-to/build/index.js"]
    }
  }
}

📄 许可证

本项目采用 MIT 许可证。

👨‍💻 作者

Yusuke Wada

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client