# Model Context Protocol (MCP) URL: /concepts/model-context-protocol Model Context Protocol (MCP) allows you to give Tambo access to tools defined by other people. Many popular services publish MCP servers, and Tambo provides a simple way to connect to them. This is a quick way to allow your users to conversationally interact with other services without needing to write any of the interaction code yourself. ## Connection Types Tambo supports two ways to connect to MCP servers: 1. **[Server-side MCP](/concepts/model-context-protocol/providers/serverside-mcp-connection)** (recommended) - Configure MCP servers through the Tambo dashboard. Best for shared services, OAuth authentication, and optimal performance. 2. **[Client-side MCP](/concepts/model-context-protocol/providers/clientside-mcp-connection)** - Connect directly from the browser to MCP servers accessible to end users. Best for local servers and user-specific services. ## Quick Start ```tsx ```