@modelcontextprotocol/sdk を利用したMCPサーバーのサンプル
npm install
npm run buildnode build/index.jsClaude for Desktop などのMCPクライアントで以下のように設定してください:
{
"mcpServers": {
"exp-mcp-server": {
"command": "node",
"args": ["/絶対パス/build/index.js"]
}
}
}