Awesome Finance

v1.0.0Finance & Fintechstable

A curated list of MCP servers for AI finance agents

ai-agentsawesomeawesome-listblockchainclaude
Share:
45
Stars
0
Downloads
0
Weekly
0/5

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

Discover curated MCP servers for finance agents
Find DeFi, crypto, and blockchain integration options
BlockRunAI

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 16, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-finance

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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.

3

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-server
4

Obtain 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.

5

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.

6

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.

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.

Quick Config Preview

{ "mcpServers": { "awesome-finance": { "command": "npx", "args": ["-y", "awesome-finance"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides