TextExpander MCP Server Lets Claude AI Access and Manage Your Snippet Library
TextExpander released a custom MCP server that integrates directly with Claude Desktop, Cowork, and the web app. Once configured, Claude can list your Snippet Groups, search the library, read snippet contents, create new snippets, and edit existing ones in bulk — effectively making your TextExpander library available as conversational context.
How It Works
The MCP server endpoint is https://mcp.textexpander.com/mcp. Setup takes about 3 minutes on any TextExpander plan, including the free Individual tier:
- Open Claude Settings → Connectors → Add Custom Connector
- Name it "TextExpander" (or anything)
- Enter the URL above
- Sign in with your TextExpander credentials and authorize
Permissions are scoped exactly to your TextExpander account — no extra access for org members.
What You Can Do
Beyond simple text insertion, TextExpander snippets support fill-in fields, dropdown menus, and auto-updating dates. With the MCP server, you can ask Claude to build these complex snippets without opening the TextExpander app. For example, the author describes requesting a customer support template with a priority dropdown, ticket ID field, and today's date — and getting it right on the first try.
Who This Is For
Anyone using Claude AI who already relies on TextExpander for repetitive text (email replies, signatures, support templates) and wants to surface that library inside AI conversations. It's also useful for experimenting with MCP to control a third-party text expansion tool.
📖 Read the full source: r/ClaudeAI
👀 See Also

Keep My Claw: Backup Service for OpenClaw Workspaces
Keep My Claw is a backup service that encrypts OpenClaw workspace data locally before uploading to Cloudflare R2. It handles memory files, cron jobs, skills, credentials, and config snapshots with scheduled backups and one-command restores.

Launch Engine MCP Server Provides 39-Tool Pipeline for Business Validation
Launch Engine is an MCP server that gives Claude a structured pipeline with 39 interconnected SOP tools organized into 5 layers for taking business ideas from concept to validated revenue. The system includes specialized subagents, prerequisite enforcement, and tools for batch evaluation and rapid testing.

OpenClaw Skill Reduces Accessibility Tree Tokens from 600K to 1.3K
A developer built an OpenClaw skill that uses ML-based element ranking to prune accessibility trees, cutting slickdeals.com from ~598K tokens to ~1.3K tokens by keeping only the top ~50 actionable elements.

Toothcomb: Open-Source Real-Time Speech Fact-Checker Built with Claude Opus and Sonnet APIs
Toothcomb is an open-source tool that takes a speech transcript, fact-checks claims, detects logical fallacies and manipulative language using Claude Opus API, and supports real-time microphone streaming.