MCP Server
Description
# MCP Server ## セットアップ ```bash npm install ``` ## テスト ```bash npm test ``` ## ビルド ```bash npm run build ``` ## 実行 ```bash chmod 755 ./build/index.js node ./build/index.js ``` ## Claude ```json { "mcpServers": { "mcp-aws-frequent-words": { "command"…
About
# MCP Server ## セットアップ ```bash npm install ``` ## テスト ```bash npm test ``` ## ビルド ```bash npm run build ``` ## 実行 ```bash chmod 755 ./build/index.js node ./build/index.js ``` ## Claude ```json { "mcpServers": { "mcp-aws-frequent-words": { "command": "/Users/tamizuma/.asdf/shims/node", "args"…
Details
- Author
- tmizuma
- Downloads
- 144
- Categories
- Other
Jump to
- Installed via npm
- Built with npm run build
- Run as a Node.js process
- Configured as an MCP server for Claude
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server": {
"mcp-aws-frequent-words": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}
}
McpServers
{
"mcp-aws-frequent-words": {
"command": "node",
"args": [
"build/index.js"
]
}
}
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"]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



