Provides tools to look up Amazon Leadership Principles and access video transcripts of these principles as explained by Andy Jassy. Enables querying for specific principles, searching through principles and their transcripts, and retrieving complete leadership principle data.
Allows users to access the MCP server directly from GitHub using the uvx command, facilitating development and usage without local installation.
Amazon Leadership Principles MCP Server
This is a Model Context Protocol (MCP) server that provides tools to look up Amazon Leadership Principles and their video transcripts.
Installation
Related MCP server: MCP Salesforce Connector
Usage
Running the server
Or you can run it directly:
Using with Amazon Q CLI
To use this MCP server with Amazon Q CLI, add it to your Q CLI configuration:
Create or edit your Q CLI configuration file (typically located at
~/.q/config.json):
For development or using directly from GitHub:
Start a conversation with Amazon Q CLI and use the MCP server:
You can now ask Amazon Q about Amazon Leadership Principles, and it will use the tools provided by this MCP server to give you accurate information.
Available Tools
The server provides the following simplified tools:
amazon_lp - Provides the complete Amazon Leadership Principles data from amazon-lp.json.
amazon_lp_transcripts - Provides Andy Jassy's Leadership Principles video transcripts from transcripts.json.
Example Queries
When using with Amazon Q CLI, you can ask questions like:
"What are all the Amazon Leadership Principles?"
"Tell me about the Customer Obsession principle"
"Search for principles related to innovation"
"Show me the transcript for Earn Trust"
"Which leadership principles have transcripts available?"
"Search transcripts for mentions of 'long-term'"
Data Sources
The server uses the following data sources:
amazon-lp.json- Contains all Amazon Leadership Principles and their descriptionstranscripts.json- Contains Andy Jassy's video transcripts for each leadership principle
Development
To contribute to this project:
Clone the repository
Install development dependencies:
pip install -e ".[dev]"Make your changes
Run tests:
pytestSubmit a pull request
This server cannot be installed