MCP Server

by tmizuma

144 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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"]
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.