The Textwell MCP Server provides a JSON API that allows you to write text to the Textwell application on macOS using three modes:
- Replace Mode: Replaces all current content with new text
- Insert Mode: Inserts text at the current cursor position
- Add Mode: Appends text to the end of existing content
Note that the server only supports write operations, with no reading capabilities.
Provides integration with Textwell application on macOS, allowing text to be written to the application in replace, insert, or add modes
Textwell Write Tool (MCP Server)
A specialized MCP server designed exclusively for writing text to the Textwell application on macOS.
Overview
This tool provides a straightforward way to write text to Textwell.
Features
The server provides a single tool: write-text
Write Text Tool
Writes text to Textwell using specified modes:
- Replace Mode (default)
- Replaces the entire content with new text
- Use case: Complete content replacement
- Insert Mode
- Inserts text at the current cursor position
- Use case: Adding content within existing text
- Add Mode
- Appends text to the end of current content
- Use case: Adding new content while preserving existing text
Limitations
- Write-only operations (no read capabilities)
Development Setup
Prerequisites
- Node.js v22.12.0 (managed by Volta)
- npm v10.9.0 (managed by Volta)
- macOS (for Textwell integration)
Installation
- Clone the repository
- Install dependencies
- Build the server
License
MIT
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Integrates Textwell with the Model Context Protocol for facilitating text operations such as writing and appending text through a GitHub Pages bridge.
Related Resources
Related MCP Servers
- -securityFlicense-qualityEnables interaction with GitHub issues via the Model Context Protocol, allowing users to list and create issues with secure authentication.Last updated -Python
- AsecurityFlicenseAqualityA 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 -1JavaScript
- -securityFlicense-qualityProvides 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 -1TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol server that analyzes and evaluates GitHub README documentation quality using advanced neural processing, providing scores and improvement suggestions.Last updated -1TypeScript