MCP.so
Sign In
Servers

MCP Server

@tmizuma

セットアップ

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"]
    }
  }
}

More from Other