MCP SERVERS
Connects Claude to real services.
Model Context Protocol. A server that exposes tools: Stripe, GitHub, Notion, databases, Convex, your own MCP.
Claude becomes the brain that orchestrates. You connect once per service, use it forever.
In Sapiens, the house MCP exposes the app's API (create a quote, list drafts, publish) for Claude to operate editorially. It is the jump from assistant to operational colleague.
In practice
# Add a ready-made MCP server:
claude mcp add stripe -- npx -y @stripe/mcp-server
claude mcp add github -- npx -y @modelcontextprotocol/server-github
# List:
claude mcp list
# Your own MCP (Sapiens): exposes the app's
# API as tools, Claude uses it to create
# quotes, list drafts, publish.This practice is part of Claude Code OS, the full blueprint of the practices that separate following a tutorial from actually working with Claude. Ler em português.