1. Conduid
  2. Documentation
  3. Awesome AI For Economists
MCP server · Documentation

Awesome AI For Economists

A curated list of AI tools, libraries, and resources for economics research, teaching, and policy analysis. Maintained by the OpenEcon team.

52Fair

Scored 4 months ago · breakdown

About Awesome AI For Economists

Awesome AI For Economists is an MCP server in the Documentation category: a curated list of AI tools, libraries, and resources for economics research, teaching, and policy analysis. Maintained by the OpenEcon team. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/hanlulong/awesome-ai-for-economists

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Awesome AI For Economists

Powered by Claude · Grounded in docs

I know everything about Awesome AI For Economists. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Awesome AI for Economists Awesome

PRs Welcome Last Commit

A curated list of AI tools, libraries, and resources transforming how economists conduct research, teach, and analyze policy — from natural language data access to causal machine learning.

Scope: Tools with specific value for economists. General-purpose AI assistants are in the Appendix.

Highlights

This list is maintained by the OpenEcon team — building open-source infrastructure connecting AI to economics.

  • OpenEcon Data — Query 330,000+ economic indicators from FRED, World Bank, IMF, and 10+ sources in plain English. Available as web app, Python API, and MCP server.
  • Stata-MCP — Run Stata from VS Code, Cursor, Claude Code, and GitHub Copilot with real-time output, data viewer, and graph display. Stars
  • Econ Writing Skill — AI agent skill for writing economics papers, synthesizing 50+ guides by Cochrane, McCloskey, Shapiro, Head, and other leading economists.

Contents

MCP Servers for Economic Data

Model Context Protocol (MCP) servers let AI assistants query economic databases directly. Connect Claude, Cursor, or other MCP-compatible tools to live data from FRED, World Bank, IMF, and more.

  • Alpha Vantage MCP - Official server for stocks, forex, commodities, and economic indicators.
  • BLS MCP Server - Bureau of Labor Statistics data: CPI, unemployment, employment, and wages via BLS API. GitHub stars
  • Census MCP Server - Natural language queries for U.S. Census demographic data.
  • Eurostat MCP Server - Query Eurostat APIs for EU statistics with dataset search, filtering, and CSV export. GitHub stars
  • Financial Datasets MCP - Stock market data including prices, financials, and SEC filings via MCP. GitHub stars
  • FRED MCP Server - Access all 800,000+ FRED time series with date filtering and frequency adjustment. GitHub stars
  • IMF Data MCP Server - WEO forecasts, balance of payments, and more from the IMF. GitHub stars
  • Nasdaq Data Link MCP - Access Nasdaq/Quandl financial and economic datasets. GitHub stars
  • OECD MCP Server - Access 5,000+ OECD statistical datasets via SDMX API with prompt templates. GitHub stars
  • OpenEcon - Unified natural language interface to 330,000+ economic indicators across FRED, World Bank, IMF, Comtrade, StatsCan, Eurostat, BIS, and ExchangeRate-API. Available as web app, Python API, and MCP server. Supports CSV, JSON, DTA (Stata), and Python export. GitHub stars
  • TAM MCP Server - One server, eight sources: Alpha Vantage, BLS, Census, FRED, IMF, Nasdaq, OECD, and World Bank. GitHub stars
  • World Bank MCP Server - Query World Bank Open Data API for development indicators across countries. GitHub stars

Browse the MCP Registry to discover more servers.

Coding Tools for Economists

  • Aider - AI pair programming in your terminal with git integration and 260+ LLM support. GitHub stars
  • awesome-econ-ai-stuff - Reusable AI skills for economists (SKILL.md standard) covering Stata, Python, and LaTeX workflows. GitHub stars
  • Cline - Autonomous coding agent for VS Code with Plan/Act modes, MCP integration, and 5M+ installs. GitHub stars
  • Jupyter AI - Official JupyterLab extension with %%ai magic commands for code generation and explanation. GitHub stars
  • Jupyter AI Agents - AI agents for JupyterLab with MCP integration for connecting notebooks to FRED, World Bank, and more. GitHub stars
  • Marimo - Reactive Python notebook stored as pure .py files with built-in AI assistant. GitHub stars
  • Positron IDE - Next-gen IDE from Posit (makers of RStudio) with native R and Python support and AI-powered data assistant.
  • Stata-MCP - The most popular Stata-AI integration. Execute .do/.ado/.mata files from VS Code, Cursor, Claude Code, or GitHub Copilot with real-time output panels, built-in data viewer, graph display, and support for up to 100 concurrent sessions. GitHub stars

AI Agent Frameworks

Build automated research pipelines — from data collection to analysis to report generation.

  • Agno - Open-source Python framework with memory, knowledge, and 100+ toolkits including MCP support. GitHub stars
  • AutoGen - Microsoft's multi-agent conversation framework for complex research workflows. GitHub stars
  • CrewAI - Role-based multi-agent systems for collaborative research workflows.
  • DeerFlow - ByteDance's research SuperAgent for long-horizon tasks with sandboxed code execution. GitHub stars
  • DSPy - Stanford framework for programmatic LLM optimization — "programming, not prompting." GitHub stars
  • Google ADK - Google's modular multi-agent framework with MCP and A2A protocol support. GitHub stars
  • GPT Researcher - Autonomous deep research agent producing cited reports from web sources. GitHub stars
  • LangGraph - Stateful agent workflows with cyclic graphs; 6M+ monthly downloads.
  • MetaGPT - Multi-agent framework simulating roles (PM, analyst, engineer) with structured SOPs. GitHub stars
  • OpenAI Agents SDK - Lightweight production-ready multi-agent framework with handoffs and guardrails. GitHub stars
  • Pydantic AI - Type-safe agent framework with structured input/output, ideal for working with economic data.
  • smolagents - Hugging Face's minimalist agent library where agents write actions as Python code. GitHub stars

Causal Inference and Econometrics

Core Libraries

  • awesome-causal-inference - The definitive causal inference resource list. GitHub stars
  • causal-learn - Causal discovery algorithms (PC, FCI, GES) from the PyWhy ecosystem. GitHub stars
  • CausalML - Uber's uplift modeling and causal inference with machine learning. GitHub stars
  • CausalPy - Bayesian causal inference for quasi-experiments (DiD, synthetic control, RDD) powered by PyMC. GitHub stars
  • DoubleML - Chernozhukov et al. (2018) Double/Debiased ML in Python and R.
  • DoWhy - End-to-end causal inference: model, identify, estimate, refute. GitHub stars
  • EconML - Microsoft/PyWhy library for heterogeneous treatment effects via Double ML and causal forests. GitHub stars
  • grf - Generalized Random Forests for heterogeneous treatment effects (Athey, Tibshirani, Wager). GitHub stars

Frontier Tools

  • CausalAgent - Multi-agent AI for end-to-end causal inference through conversation. GitHub stars
  • CausalFM - Foundation models for causal inference; pre-trained models replace per-problem estimation (ICLR 2026). GitHub stars
  • CausalMatch - ByteDance's causal matching engine at industrial scale. GitHub stars
  • CImpact - Causal impact for time series with frequentist and Bayesian methods. GitHub stars
  • contdid - DiD with continuous treatment, by Brantly Callaway. GitHub stars
  • diff-diff - sklearn-style difference-in-differences library filling a critical gap in Python. GitHub stars
  • DoubleLingo - Double ML with LLM-based nuisance models for causal inference on unstructured data. GitHub stars
  • moderndid - GPU-accelerated modern DiD with staggered adoption and event studies. GitHub stars
  • Salesforce CausalAI - Causal analysis for time series and tabular data. GitHub stars
  • TexIV - Extract instrumental variables from text data using ML. GitHub stars

Simulation, Forecasting and Macro Modeling

Agent-Based Models and LLM Simulation

  • BeforeIT.jl - Bank of Italy's agent-based macroeconomic model in Julia. GitHub stars
  • EconAgent - LLM agents with personality traits simulating macroeconomic activities (ACL 2024). GitHub stars
  • LLM-ABM Survey - Tsinghua's toolkit and survey for LLM agent-based modeling. GitHub stars
  • LLM-Economist - Mechanism design with 3–1,000+ LLM agents for optimal taxation research. GitHub stars

Forecasting and Nowcasting

  • Chronos - Amazon's pretrained time series models with Bolt variant for 250x speedup. GitHub stars
  • Durbyn.jl - Julia port of R's forecast package. GitHub stars
  • emerging-trajectories - LLM-based forecasting of political and economic events. GitHub stars
  • Lag-Llama - First open-source foundation model for probabilistic time series forecasting. GitHub stars
  • neuralforecast - Neural forecasting models (N-BEATS, NHITS, Transformers) for economic time series. GitHub stars
  • Now-Casting.com - Real-time GDP nowcasts for major economies, updated as data releases occur.
  • Project Spectrum - BIS/ECB/Bundesbank GenAI for inflation nowcasting, categorizing 34M+ products for CPI.
  • statsforecast - Fast statistical forecasting for econometric time series. GitHub stars
  • TimeGPT - Nixtla's foundation model for time series trained on 100B+ data points. GitHub stars
  • TimesFM - Google's decoder-only time series foundation model pre-trained on 400B+ time points. GitHub stars
  • uni2ts - Unified time series transformer models. GitHub stars

Game Theory and Mechanism Design

  • Axelrod - Iterated Prisoner's Dilemma research with 200+ strategies and tournament simulations. GitHub stars
  • Nashpy - Two-player game solver with support enumeration, vertex enumeration, and Lemke-Howson.
  • pygambit - Comprehensive game theory computation for extensive and strategic form games with Python API.

DSGE and Structural Models

Literature Review and Research Discovery

  • alphaXiv - Line-by-line discussion on arXiv papers with AI-powered analysis.
  • ASReview - Active learning for systematic reviews, reducing screening time by up to 95% (Nature Machine Intelligence). GitHub stars
  • Connected Papers - Visual graphs of related papers from a seed paper.
  • Consensus - Evidence meter categorizing findings as yes/no/mixed across 200M+ papers.
  • Elicit - Research agents synthesizing up to 80 papers into structured briefs from 138M papers.
  • Inciteful - Free citation network analysis using graph algorithms to find key papers and connections.
  • Litmaps - Dynamic multi-seed citation mapping with monitored searches and daily alerts for new papers.
  • OpenAlex - Fully open catalog of 477M+ scholarly works with free REST API and semantic search.
  • OpenScholar - Retrieval-augmented LM for scientific literature synthesis across 45M+ papers (Nature 2026). GitHub stars
  • PaperQA2 - RAG system achieving superhuman accuracy on scientific literature search tasks. GitHub stars
  • ResearchRabbit - Citation network and semantic similarity discovery rebuilt with Litmaps.
  • SciSpace - Deep review with iterative search and Zotero integration across 280M papers.
  • Scite - Classifies 1.5B+ citations as supporting or contrasting with AI-driven research rankings.
  • Semantic Scholar - AI-powered academic search with citation analysis, TLDR summaries, and free API across 220M+ papers.
  • STORM - Stanford's LLM-powered system that researches topics and generates full reports with citations. GitHub stars
  • Undermind - Autonomously reads hundreds of papers and produces structured reports with timelines and categories.

Economic Data and Analysis

AI Data Analysis Platforms

  • Julius AI - Upload datasets and ask questions in natural language; returns charts, regressions, and reports.
  • Microsoft Data Formulator - Describe charts in English and get publication-quality output with Python code. GitHub stars

Economic Data Sources

  • OpenEcon Data - Query 330,000+ economic indicators from FRED, World Bank, IMF, Comtrade, StatsCan, Eurostat, BIS, and more in plain English. Export to CSV, JSON, DTA, or Python. Try it | GitHub | MCP Server GitHub stars
  • fedfred - Modern Python client for the FRED API at scale. GitHub stars
  • FRED API v2 - Bulk retrieval of all series in any release across 800,000+ time series.
  • Global Macro Database - Most comprehensive open-source macro dataset: 241 countries, 1086–2024, 27 contemporary and 84 historical sources.
  • Trading Economics API - 300,000+ indicators from 196 countries with Python and R packages.

Academic Writing and LaTeX

  • Econ Writing Skill - Agent skill that transforms AI assistants into expert economics paper writers. Synthesizes 50+ guides by Cochrane, McCloskey, Shapiro, Head, Bellemare, Goldin, and other leading economists. Works with Claude Code and OpenAI Codex. GitHub stars
  • OpenAI Prism - Free LaTeX workspace with citation management, Zotero sync, sketch-to-equation, and real-time collaboration.
  • Overleaf AI Assist - LaTeX error fixing, table generation, and equation generation from prompts or images.
  • Paperpal - Academic writing assistant on Overleaf, Google Docs, and Chrome.
  • Refine.ink - AI referee generating peer-review-quality feedback on academic papers, piloting with top economics journals.
  • Thesify - AI reviewer evaluating argumentation, methodology, and rigor.
  • Typst - Modern LaTeX alternative with dramatically simpler syntax and sub-second compilation.
  • Underleaf - Chrome extension for image-to-LaTeX and smart citation generation.
  • Zotero PapersGPT - Zotero AI plugin supporting ChatGPT, Claude, Gemini, and more for PDF chat and summaries. GitHub stars

Document Processing and OCR

  • Docling - IBM open-source document parser with 0.97 table recognition accuracy. GitHub stars
  • Marker - PDF to Markdown/JSON at 122 pages/sec with multi-page table merging. GitHub stars
  • Mathpix - Screenshot-to-LaTeX OCR for equations, tables, and diagrams with PDF-to-Overleaf conversion.
  • MinerU - PDF, web, and e-book content extraction with OCR for 84 languages. GitHub stars
  • OlmOCR - Allen AI's fully open-source OCR with SOTA accuracy on tables, equations, and handwriting. GitHub stars
  • Mistral OCR 3 - $1–2 per 1,000 pages with support for cursive, complex tables, and low DPI.
  • Transkribus - Handwritten historical document transcription with 140+ AI models in 100+ languages.

NLP and Sentiment for Economics

  • CentralBankRoBERTa - Fine-tuned RoBERTa for sentiment classification in central bank communications. GitHub stars
  • EconBERTa - World Bank DeBERTa trained on 9.4B tokens from 1.5M economics papers with NER. GitHub stars
  • FinBERT - Fine-tuned BERT for financial sentiment, widely cited in economics and finance research.
  • FinSentGPT - Fine-tuned ChatGPT for multilingual financial sentiment, tested on ECB Monetary Policy Decisions.
  • FinVADER - VADER updated with financial lexicons. GitHub stars
  • SentiBigNomics - Sentiment analysis designed for economic text with aspect-based and negation handling. GitHub stars

Policy, Labor and Alternative Data

Policy and Evidence Synthesis

  • EUROMOD - EU tax-benefit microsimulation covering all 27 member states (open-source, EUPL-1.2).
  • ImpactAI - World Bank DIME tool synthesizing RCT evidence with effect sizes across interventions.
  • Meta-Mar - Free meta-analysis platform where AI reads PDFs and extracts quantitative outcomes.
  • OpenFisca - Open-source microsimulation engine for computing taxes and benefits on population data.
  • Plural Policy - AI bill summarizer with version comparison and momentum indicators across U.S. jurisdictions.
  • PolicyEngine - Open-source U.S. tax-benefit microsimulation. GitHub stars
  • Rayyan - AI screening for systematic reviews with 90% time reduction and PRISMA flowcharts.

Labor Market Data

  • Lightcast - 2.5B job postings, 800M profiles, and 160+ countries with AI skills taxonomy.
  • LinkedIn Economic Graph - Labor trends, skills migration, and talent matching data for academic researchers.
  • Revelio Labs - 100M+ employment records with academic access via WRDS.

Spatial, Satellite and Alternative Data

  • CARTO - AI agents that reason with spatial data via natural language.
  • FlyPix AI - No-code custom AI models on satellite and drone imagery for economic measurement.
  • Neudata - Alternative data intelligence cataloging thousands of non-traditional data sources.
  • Stanford Satellite + AI - HDI for 61,530 municipalities from satellite imagery (Nature Communications, 2026).

Finance-Specific AI

  • awesome-quant - Curated quantitative finance resources. GitHub stars
  • Dexter - Autonomous financial research agent with task planning and real-time data. GitHub stars
  • Fin-R1 - Financial reasoning LLM by Shanghai University of Finance and Economics. GitHub stars
  • FinGPT - Open-source financial LLMs for sentiment, forecasting, and reports. GitHub stars
  • FinRobot - AI agent platform for financial analysis combining LLMs, RL, and quantitative methods. GitHub stars
  • OpenBB - Open-source financial research platform with AI copilot and economic data integration. GitHub stars

Data Collection Tools

Web Scraping

  • Crawl4AI - Open-source web crawler producing LLM-ready markdown for RAG and data pipelines. GitHub stars
  • Firecrawl - Webpages to structured markdown with AI extraction endpoint.
  • Kadoa - No-code AI extraction for financial and economic data.
  • ScrapeGraphAI - LLM-powered scraping that adapts to website changes automatically. GitHub stars

Survey and Qualitative Research

  • ATLAS.ti - AI-powered qualitative coding reducing manual effort by 90%.
  • Anthropic Interviewer - AI-conducted adaptive qualitative interviews at scale across 159 countries.
  • Conveo - AI video interviews with multimodal analysis at scale.
  • Outset AI - Hundreds of AI-moderated interviews simultaneously in 40+ languages.
  • TheySaid - AI-moderated surveys with conversational follow-ups.

Warning: Nature reports AI chatbots infiltrating online surveys. Implement detection for MTurk/Prolific studies.

Synthetic Data

  • Gretel - Synthetic data with differential privacy. Open-source library.
  • MOSTLY AI - High-fidelity synthetic datasets with GDPR/HIPAA compliance.
  • SDV - Open-source synthetic data generation with CTGAN, CopulaGAN, and GaussianCopula models. GitHub stars

Papers and Books

Key Papers

Paper Authors Venue
Generative AI for Economic Research Korinek (2023) JEL
AI Agents for Economic Research Korinek (2025) NBER
Deep Learning for Economists Dell (2025) JEL
DiD Causal Forests Gavrilova et al. (2025) J. Applied Econometrics
Economics in the Age of Algorithms Mullainathan (2025) AEA P&P
Generative AI at Work Brynjolfsson, Li, Raymond (2025) QJE
LLMs: An Applied Econometric Framework Ludwig, Mullainathan, Rambachan (2025) NBER
ML Who to Nudge Athey, Keleher, Spiess (2025) J. Econometrics
The Simple Macroeconomics of AI Acemoglu (2025) Economic Policy
A.I. and Our Economic Future Jones (2026) NBER
AI in Economics Research Bahoo et al. (2025) J. Economic Surveys
Teaching Economics to the Machines Chen et al. (2026) NBER

Books

Courses, Conferences and Community

Courses

Conferences (2025–2026)

Community

Newsletters: genaiforecon (Korinek) | Causal Inference (Cunningham) | Autonomous Econ (Wong) | One Useful Thing (Mollick)

Podcasts: Dwarkesh Podcast | Exponential View

People: Anton Korinek | Scott Cunningham | Erik Brynjolfsson | Antonio Mele | Melissa Dell | Sendhil Mullainathan

Institutions: NBER AI | Stanford DEL | OECD.AI | World Bank ImpactAI

Appendix: General-Purpose AI

Widely known tools listed for completeness with notes on what economists specifically value.

Tool Best For (Economists)
ChatGPT Deep Research mode for analyst-grade reports from 500+ sources
Claude Coding (Stata, R, Python), long document analysis (200K context)
Claude Code Agentic terminal coding with MCP integration for Stata and economic data
Cursor AI-native code editor with Background Agents
DeepSeek R1 Open-source (MIT), self-hostable for data privacy
Gemini Writing, visual reports, Google Workspace integration
GitHub Copilot Agent Mode with RStudio integration
NotebookLM Document synthesis, Audio Overviews, 1M token context
OpenAI Codex Parallel task execution with reusable agent skills
Perplexity AI Academic Focus mode filtering for peer-reviewed journals

Contributing

Contributions welcome! Read the contribution guidelines first.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Awesome AI For Economists

How do I install Awesome AI For Economists?

Run git clone https://github.com/hanlulong/awesome-ai-for-economists, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Awesome AI For Economists safe to use with an AI agent?

Its trust score is 52 out of 100 (fair). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Awesome AI For Economists still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.