Awesome Finance
A curated list of MCP servers for AI finance agents
What is Awesome Finance?
Awesome Finance is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to curated list of mcp servers for ai finance agents
A curated list of MCP servers for AI finance agents
This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A curated list of MCP servers for AI finance agents
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx awesome-financeConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Awesome Finance
Awesome Finance MCP is a curated, community-maintained directory of Model Context Protocol servers purpose-built for financial AI agents. Maintained by BlockRun, it aggregates tools spanning traditional finance (stock trading, personal finance, payments, banking) and digital assets (crypto exchanges, DeFi protocols, on-chain analytics, and Web3 infrastructure). Rather than being a runnable server itself, it acts as a discovery hub that helps developers quickly find, evaluate, and integrate the right financial MCP server for their use case, with entries showing GitHub links, descriptions, pricing models, and star counts.
Prerequisites
- A GitHub account to browse and star the repository
- An MCP-compatible AI client (Claude Desktop, Cursor, Windsurf, or Cline) for running any listed server
- API credentials for whichever financial service you choose from the list (e.g. Binance API key, Alpaca key, Coinbase credentials)
- Node.js 18+ or Python 3.10+ depending on the specific server you select
- Basic familiarity with JSON-based MCP client configuration
Browse the curated list
Visit the repository at https://github.com/BlockRunAI/awesome-finance-mcp to see the full list of finance MCP servers organized by category: Stock Market, Personal Finance, Payments & Banking, Cryptocurrency, DeFi & Swaps, and Blockchain & Web3.
Pick a server for your use case
Identify the server that matches your workflow. For equity trading choose Alpaca MCP; for crypto portfolio management choose Binance MCP; for wallet operations choose Coinbase AgentKit; for Solana interactions choose Solana Agent Kit.
Follow that server's install instructions
Click the GitHub link for your chosen server and follow its own README for installation. Most are available via npm or pip. Example for Alpaca MCP:
npx -y alpaca-mcp-serverObtain API credentials
Register for an account and generate API keys from your chosen financial platform's developer portal. Store credentials securely and never commit them to source control.
Configure your MCP client
Add the selected server's connection details to your client config file, supplying the API keys as environment variables in the env block.
Contribute a server to the list
If you build a financial MCP server, submit a pull request. Entries must include a working GitHub link, an accurate description, and verified functionality.
Awesome Finance Examples
Client configuration (example: Binance MCP from the list)
Example entry from the awesome-finance-mcp directory. Adjust the command and env vars for whichever server you select.
{
"mcpServers": {
"binance": {
"command": "python",
"args": ["-m", "binance_mcp_server"],
"env": {
"BINANCE_API_KEY": "your_api_key",
"BINANCE_API_SECRET": "your_api_secret"
}
}
}
}Prompts to try
Once you have a financial MCP server from the list connected, try these prompts with your AI assistant.
- "What are the top DeFi MCP servers in the awesome-finance-mcp list for Ethereum yield farming?"
- "Using the Alpaca server, show my current portfolio positions and their P&L."
- "Search for a Solana MCP server that supports on-chain analytics and NFT data."Troubleshooting Awesome Finance
A listed server link is broken or the repo is archived
The curated list is community-maintained. Open a GitHub issue on BlockRunAI/awesome-finance-mcp to report the stale link, or look for an alternative server in the same category.
API authentication errors when using a server from the list
Double-check that you copied the correct key name from the server's own README. Most servers require both an API key and a secret; confirm both are set in the env block of your MCP config.
Server crashes on startup with import errors
Ensure you have the correct runtime version. Python-based servers typically require 3.10+; Node.js servers require 18+. Run the server directly in a terminal to see the full error message before configuring it in your client.
Frequently Asked Questions about Awesome Finance
What is Awesome Finance?
Awesome Finance is a Model Context Protocol (MCP) server that curated list of mcp servers for ai finance agents It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Awesome Finance?
Follow the installation instructions on the Awesome Finance GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Awesome Finance?
Awesome Finance works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Awesome Finance free to use?
Yes, Awesome Finance is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Awesome Finance Alternatives — Similar Finance & Fintech Servers
Looking for alternatives to Awesome Finance? Here are other popular finance & fintech servers you can use with Claude, Cursor, and VS Code.
ValueCell
★ 10.7kValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading
★ 8.1k'Vibe-Trading: Your Personal Trading Agent'
Quantdinger
★ 6.2kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
TradingView
★ 2.8kReal-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets
★ 2.1kProvides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
Stripe
★ 1.6kThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
Browse More Finance & Fintech MCP Servers
Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Awesome Finance in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Awesome Finance?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.