Discover / GTM & Growth

Amplitude Behavioral Analytics MCP

by amplitudePython

Amplitude SDK for user behavioral tracking and product feature usage metrics.

MCP Serverstable

Maturity: stable because 5y old, v1.2.3 released 125d ago. Derived from release and commit history, not a rating.

Stars
35
Forks
9
Downloads / mo
9.7M
Last commit
2026-05-21
License
MIT
Open issues
5

Market and trust evidence

Edition not yet matched

No exact skills.sh identity match is available for this repository. Repository adoption and freshness remain visible above; install momentum is not inferred.

Trust analysis is a screening signal, not a security warranty. Read the ranking and trust methodology.

In practice

Written by AI from this repository’s README · medium confidence

Backend events need to reach Amplitude from Python without writing raw API requests.

Use it when

When a Python service must instrument server side analytics into an Amplitude project.

Not the right pick when

The README defers installation and usage to the Developer Center, so it is not a self contained reference.

Capabilities

  • Server side event instrumentation for Amplitude
  • Examples directory with a runnable local server
  • Unit tests runnable directly or with tox
  • Separate Ampli wrapper for typed tracking plans

Cost: Cost not stated

Install

Derived from the published package name in the repository, not from a model.

Video walkthroughs

Third-party YouTube uploads matched to this tool by title, channel and repository name on 2026-08-03. Not made, reviewed or endorsed by SkillPilot. View counts and publish months are as of the match date and the month is approximate. Nothing loads from YouTube until you press play.

What the repository ships

Has examplesCI configured

Detected from the actual files in the repository root.

Latest release v1.2.3

Published 2026-03-31

v1.2.3 (2026-03-31)

Bug Fixes

  • Dummy patch to test Trusted Publishing (#73, 16887df)

Chores


Detailed Changes: v1.2.2...v1.2.3

Tags

README

<p align="center">

<a href="https://amplitude.com" target="_blank" align="center">

<img src="https://static.amplitude.com/lightning/46c85bfd91905de8047f1ee65c7c93d6fa9ee6ea/static/media/amplitude-logo-with-text.4fb9e463.svg" width="280">

</a>

<br />

</p>

Amplitude Python SDK

PyPI version

The official Amplitude backend Python SDK for server-side instrumentation.

Development

Run Server Locally

Refer to examples/README.md.

Run Unit Tests Locally

Run Directly

python3 -m unittest discover -s ./src -p 'test_*.py'
Run with tox

pip3 install --user tox
python3 -m tox -e py

Amplitude and Ampli Wrapper

Ampli SDK is autogenerated library based on your pre-defined tracking plan. The Ampli Wrapper, is a lightweight wrapper over the Amplitude SDK that provides type-safety, supports linting, and enables features like input validation. The code replicates the spec in the Tracking Plan and enforces its rules and requirements. This repository is about Amplitude SDK. To learn more about Ampli Wrapper, please refer to the Ampli Python and examples.

Installation and Quick Start

Please visit the Developer Center for instructions on installing and using our the SDK.

Changelog

View the releases here.

Need Help?

If you have any issues using our SDK, feel free to create a GitHub issue or submit a request on Amplitude Help.

Related tools