MCP.so
Sign In

Morse Code MCP Server

@lqycoding

About Morse Code MCP Server

一个基于Python的摩尔斯电码服务器项目

Basic information

Category

Developer Tools

Runtime

html

Transports

stdio

Publisher

lqycoding

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Morse Code MCP Server?

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.

How to use Morse Code MCP Server?

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.

Key features of Morse Code MCP Server

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

Use cases of Morse Code MCP Server

  • Encode plain text messages into Morse code for educational or hobbyist projects.
  • Decode Morse code transmissions back into readable text.
  • Integrate Morse code conversion into other applications via REST API.

FAQ from Morse Code MCP Server

What runtime is required?

Python 3.8 or higher, with Flask 3.0.2 and other dependencies listed in requirements.txt.

How do I install and run the server?

Clone the repository, install dependencies using pip install -r requirements.txt, and start the server with python app.py.

What API endpoints are available?

Two POST endpoints: /encode (text to Morse code) and /decode (Morse code to text).

Does the server store any user data?

The README does not mention any data storage or logging, so data privacy is not specified.

Are there any known limitations?

The README does not list any limitations or transport/auth details.

Comments

More Developer Tools MCP servers