# Overview
Model Context Protocol (MCP) is a standard proposed by [[Anthropic]] to allow LLMs (or, more specifically, [[AI Agents]]) to have access to a suite of "tools".
# Key Considerations
# Pros
- Allows for new tools to be added directly to the MCP server and be immediately available to any agent using the server
# Cons
# Use Cases
# Sources
- [MCP Server - Model Context Protocol](https://modelcontextprotocol.io/sdk/java/mcp-server)
- [Open-Source MCP servers \| Glama](https://glama.ai/mcp/servers)
# Related Topics