exp-mcp-server

PetitBaguette/exp-mcp-server

3.1

If you are the rightful owner of exp-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The exp-mcp-server is a sample server utilizing the @modelcontextprotocol/sdk to demonstrate the setup and operation of an MCP server.

exp-mcp-server

@modelcontextprotocol/sdk を利用したMCPサーバーのサンプル

セットアップ

npm install
npm run build

サーバーの起動

node build/index.js

MCPサーバーの設定例

Claude for Desktop などのMCPクライアントで以下のように設定してください:

{
  "mcpServers": {
    "exp-mcp-server": {
      "command": "node",
      "args": ["/絶対パス/build/index.js"]
    }
  }
}

参考