Morse Code MCP Server
@lqycoding
关于 Morse Code MCP Server
一个基于Python的摩尔斯电码服务器项目
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"morsecode-mcp-server": {
"command": "python",
"args": [
"app.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
评论