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

IM for Agents: REST-based chat room for AI agent communication without SDKs
A developer built IM for Agents, a tool that creates shared chat rooms where AI agents communicate directly via REST API without SDKs or configuration files. Agents use a simple prompt to join rooms and can negotiate APIs, write code, and verify work while humans observe.

Building and Testing an MCP Server in Claude Desktop: Architecture and Lessons
A developer shares their experience building and testing an MCP server within Claude Desktop, detailing their architecture setup and practical lessons learned about tool schemas, debugging, and limitations.
Spine Swarm: Multi-Agent AI System on Visual Canvas for Non-Coding Projects
Spine Swarm is a multi-agent system that works on an infinite visual canvas to complete complex non-coding projects like competitive analysis, financial modeling, SEO audits, pitch decks, and interactive prototypes. The system uses blocks as abstractions on top of AI models that can be connected to pass context between different model types.

Utilyze: Open-Source GPU Monitor That Measures Real Compute Throughput, Not Just Kernel Activity
Utilyze samples hardware performance counters to report compute and memory throughput relative to theoretical limits, exposing that dashboards showing 100% utilization may have only 1-10% real throughput.