anthropic-sdk-python
anthropic-sdk-python copied to clipboard
Support for the MCP tools
With the new mcp server tools. Is there a plan to support MCP natively in the anthropic sdk ?
The openai sdk supports it natively here: https://openai.github.io/openai-agents-python/mcp/
It's a Tool - check docs and examples here https://docs.anthropic.com/en/docs/build-with-claude/tool-use/overview
hey! in addition to what @mishamoix mentioned above, we also recently launched our MCP Connector feature, which allows you to connect to remote MCP servers and have their tools execute 'automatically' as part of the API call.