Skip to main content
Glama

Textwell MCP Server

by worldnine

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

local-only server

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

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

  1. 概述
    1. 特征
      1. 编写文本工具
    2. 限制
      1. 开发设置
        1. 先决条件
        2. 安装
      2. 执照

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          Enables interaction with GitHub issues via the Model Context Protocol, allowing users to list and create issues with secure authentication.
          Last updated -
          Python
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables AI models to interact with GitHub's API, allowing for repository creation and management with descriptions, topics, and website URLs through natural language commands.
          Last updated -
          1
          JavaScript
        • -
          security
          F
          license
          -
          quality
          Provides integration with Github through the Model Context Protocol (MCP), allowing Large Language Models to interact with Github's repositories, issues, pull requests and search functionality.
          Last updated -
          1
          TypeScript
          • Apple
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that analyzes and evaluates GitHub README documentation quality using advanced neural processing, providing scores and improvement suggestions.
          Last updated -
          1
          TypeScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/worldnine/textwell-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server