MCP Server logo

MCP Server

by tmizuma

MCP Server is a JavaScript-based server application. The README provides instructions for setup, testing, building, and running the server.

View on GitHub

Last updated: N/A

MCP Server

セットアップ

npm install

テスト

npm test

ビルド

npm run build

実行

chmod 755 ./build/index.js
node ./build/index.js

Claude

{
  "mcpServers": {
    "mcp-aws-frequent-words": {
      "command": "/Users/tamizuma/.asdf/shims/node",
      "args": ["/Users/tamizuma/dev/mcp/build/index.js"]
    }
  }
}