Back to Apps

Notion KPI Tracker
by sasrath
Turn quarterly reports into live KPI dashboards using Notion as a serverless backend with AI-powered ingestion.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Notion KPI Tracker connects AI models to Notion to automate the tracking of Key Performance Indicators (KPIs) from quarterly reports. It eliminates the need for traditional databases by using Notion as the sole backend for storing client data and performance metrics.
Tools
- AI Report Ingestion: Extracts structured KPIs from URLs or PDF files.
- Revenue Forecasting: Predicts next-quarter revenue based on historical trends.
- Natural Language Query: Allows users to query their KPI data using conversational AI.
- Notion Sync: Manages the bidirectional flow of data between the AI and Notion databases.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"notion-kpi-tracker": {
"command": "npm",
"args": ["run", "dev"],
"env": {
"GOOGLE_API_KEY": "your-google-key",
"NOTION_API_KEY": "your-notion-key",
"NOTION_CLIENTS_DB_ID": "your-db-id"
}
}
}
}
Supported hosts
- claude
Quick install
npm install notion-kpi-trackerInformation
- Pricing
- free
- Published
- 7/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json using npm run dev and required env vars for Google/Notion APIs.






