Your First Server
Your first server
Section titled “Your first server”Everything so far has been files: knowledge the agent reads. MCP (Model Context Protocol) adds connections: typed tools and live data from systems outside the agent. The signal that you need one is catching yourself copy-pasting data from another tool into the chat. Skills carry knowledge; MCP carries capability. They compose, and this part ends with skills that build MCP servers.
Add a remote server
Section titled “Add a remote server”From your shell (not inside a session):
claude mcp add --transport http claude-code-docs https://code.claude.com/docs/mcpAnatomy: add · transport (http for remote URLs) · a name you pick · the URL.
Verify
Section titled “Verify”claude mcp listFive statuses: ✓ Connected · ! Needs authentication · ✗ Failed to connect · ✗ Connection error · ⏸ Pending approval.
Use it
Section titled “Use it”> Use the claude-code-docs server to look up what MCP_TIMEOUT does.First tool use prompts for permission; tool calls are labeled with the server name.