MCP server that diagnoses Flutter + Stripe (flutter_stripe) Android and iOS setup issues
Project description
flutter-stripe-mcp
An MCP server that diagnoses Flutter + Stripe (flutter_stripe) setup issues — so Claude can check your project automatically.
What it does
One tool, diagnose_setup, takes the path to your Flutter project root and runs every check:
| Check | Requirement |
|---|---|
kotlin |
Kotlin version >= 1.9.0 (read from android/settings.gradle or legacy android/build.gradle) |
gradle_wrapper |
Gradle wrapper >= 8.0 |
android_themes |
Theme styles derive from Theme.AppCompat.*, Theme.MaterialComponents.*, or Theme.Material3.* |
main_activity |
MainActivity extends FlutterFragmentActivity (not FlutterActivity) |
proguard_rules |
proguard-rules.pro contains all required Stripe rules |
ios_deployment_target |
iOS deployment target >= 13.0 (from Podfile or project.pbxproj) |
ios_camera_permission |
NSCameraUsageDescription set in Info.plist (suggestion — needed for card scanning) |
The result lists passing checks by name and returns a fix instruction for each problem found. Platforms without an android/ or ios/ directory are skipped.
Install
pip install flutter-stripe-mcp
Or with uv:
uv tool install flutter-stripe-mcp
Add to Claude Desktop
Open ~/Library/Application Support/Claude/claude_desktop_config.json and add:
{
"mcpServers": {
"flutter-stripe-mcp": {
"command": "flutter-stripe-mcp"
}
}
}
Restart Claude Desktop. Claude will now have access to the diagnostic tool.
Add to Claude Code
claude mcp add flutter-stripe-mcp -- flutter-stripe-mcp
Usage
Ask Claude:
"Check if my Flutter project at
/path/to/myappis set up correctly for flutter_stripe."
Claude calls diagnose_setup with the project root and tells you exactly what to fix.
Development
uv sync
uv run pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flutter_stripe_mcp-0.1.0.tar.gz.
File metadata
- Download URL: flutter_stripe_mcp-0.1.0.tar.gz
- Upload date:
- Size: 72.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45bc9a38cc3fb03e4e3f0c25ebc37b297ef63dca590c5c73a94f34a8a3b2b13a
|
|
| MD5 |
87f80ef3c4c9676459f0ea161235b51c
|
|
| BLAKE2b-256 |
dfb9116cc82779e484adedcd2133a08428f2162b2c4ceb99e66a09a1aeb653ce
|
File details
Details for the file flutter_stripe_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: flutter_stripe_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cdbcfdf63ab64f0e983a844f46746f8a3e977fa8c6cd530471856d39f20630b
|
|
| MD5 |
05671226dcc73379fa1762ff797bc071
|
|
| BLAKE2b-256 |
07b4f42d9a63d7db75a371d367474093cdf9ff57f4c45260b3733c7313f1611c
|