Create-Custom-MCP-Server

yeshwanthlm/Create-Custom-MCP-Server
★ 0 stars Shell 🤖 AI/LLM Updated 8d ago
This example demonstrates how to integrate Strands agents with external tools using the Model Context Protocol (MCP). It shows how to create a simple MCP server that provides calculator functionality and connect a Strands agent to use these tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "create-custom-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "yeshwanthlm/Create-Custom-MCP-Server"
      ]
    }
  }
}