Textwell MCP Server

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Provides integration with Textwell application on macOS, allowing text to be written to the application in replace, insert, or add modes

Textwell 写作工具(MCP 服务器)

专门设计用于将文本写入 macOS 上的 Textwell 应用程序的专用 MCP 服务器。

概述

此工具提供了一种将文本写入 Textwell 的直接方法。

特征

服务器提供一个工具: write-text

编写文本工具

使用指定模式将文本写入 Textwell:

  • 替换模式(默认)
    • 用新文本替换全部内容
    • 用例:完整内容替换
  • 插入模式
    • 在当前光标位置插入文本
    • 用例:在现有文本中添加内容
  • 添加模式
    • 将文本附加到当前内容的末尾
    • 用例:保留现有文本的同时添加新内容

限制

  • 只写操作(无读取功能)

开发设置

先决条件

  • Node.js v22.12.0(由 Volta 管理)
  • npm v10.9.0(由 Volta 管理)
  • macOS(用于 Textwell 集成)

安装

  1. 克隆存储库
git clone [repository-url] cd textwell-mcp
  1. 安装依赖项
npm install
  1. 构建服务器
npm run build

执照

麻省理工学院

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

将 Textwell 与模型上下文协议集成,以促进通过 GitHub Pages 桥编写和附加文本等文本操作。

  1. Overview
    1. Features
      1. Write Text Tool
    2. Limitations
      1. Development Setup
        1. Prerequisites
        2. Installation
      2. License
        ID: hek0rsjhcv