Morse Code MCP Server

by lqycoding

1 stars
295 downloads
Not rated
GitHub

About

Morse Code MCP Server is a Python‑based server that provides encoding from text to Morse code and decoding from Morse code back to text. It offers a RESTful API and a simple web interface for users who need Morse code conversion.

Details

Author
lqycoding
GitHub stars
1
Downloads
295
Categories
Developer Tools

- Text‑to‑Morse code conversion
- Morse code‑to‑text conversion
- RESTful API endpoints
- Simple web interface

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 Morse Code 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

From the repository

Clone the repository, install dependencies with pip install -r requirements.txt, then run the server with python app.py. The server exposes two endpoints: POST /encode and POST /decode.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "morse code mcp server": {
            "morsecode-mcp-server": {
                "command": "python",
                "args": [
                    "app.py"
                ]
            }
        }
    }
}

McpServers

{
    "morsecode-mcp-server": {
        "command": "python",
        "args": [
            "app.py"
        ]
    }
}

Morse Code MCP Server

这是一个基于Python的摩尔斯电码服务器项目,提供摩尔斯电码的编码和解码功能。

功能特点

- 支持文本到摩尔斯电码的转换
- 支持摩尔斯电码到文本的转换
- RESTful API接口
- 简单易用的Web界面

安装说明

1. 克隆项目

git clone https://github.com/lqycoding/morsecode-mcp-server.git
cd morsecode-mcp-server

2. 安装依赖

pip install -r requirements.txt

3. 运行服务器

python app.py

API文档

POST /encode

将文本转换为摩尔斯电码

POST /decode

将摩尔斯电码转换为文本

开发环境

- Python 3.8+
- Flask 3.0.2
- 其他依赖请参考 requirements.txt

许可证

MIT License

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.