Weather Demo
0
Integrates external resources, tools, and prompts with the Anthropic AI SDK via the ModelContextProtocol.
关于
This tool serves as a practical demonstration of the ModelContextProtocol (MCP) using the Anthropic AI SDK. It implements both a server and a client component, showcasing how an LLM can access and utilize external resources, tools, and prompts. Developers can run the server to expose custom functionalities, like weather tools, to clients such as Claude Desktop, or leverage the provided interactive CLI client to build custom chat interfaces or web applications that give LLMs access to dynamic data without requiring manual input.
主要功能
- Demonstrates providing LLMs access to external data without manual input.
- Provides a server component for exposing custom tools and prompts.
- Includes a client for direct LLM interaction or building custom interfaces.
- 0 GitHub stars
- Integrates seamlessly with the Anthropic AI SDK for LLM interaction.
- Implements the ModelContextProtocol (MCP) for AI agent tooling.
使用案例
- Demonstrating ModelContextProtocol (MCP) functionality with Anthropic's AI.
- Developing AI applications or chat interfaces that provide LLMs with dynamic external resources.
- Enabling LLMs to interact with custom data and external tools, such as weather information.