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

CtxSnap VS Code Extension Tracks File Changes for Claude Sessions
CtxSnap is a VS Code extension that tracks which files changed since your last Claude session and packages them into a ready-to-paste handoff block with file contents and a token budget bar calibrated to Claude's 200k context window.

OpenClaw Guild: Multi-user AI agent server for teams
OpenClaw Guild extends single-user OpenClaw into a multi-user AI server with role-based access control, isolated data per agent, and a 4-tier memory system. It includes a web admin dashboard and Docker-compose deployment for 15-minute setup.

Kstack: Skill Pack for Claude Code to Monitor and Troubleshoot Kubernetes
Kstack is an open-source skill pack that adds slash commands like /investigate, /audit-security, and /cluster-status to Claude Code (and other AI agents) for monitoring and troubleshooting K8s clusters. It uses kubectl, Kubetail, Trivy, and Pluto behind the scenes.

Claude Code v2.1.141: New Environment Variables, Hooks Enhancement, and Bug Fixes
Anthropic released Claude Code v2.1.141 with new environment variables (CLAUDE_CODE_PLUGIN_PREFER_HTTPS, ANTHROPIC_WORKSPACE_ID), terminalSequence field for hooks, agent listing by cwd, and over 20 bug fixes.