Get Started with Web3

v1.0.0Developer Toolsstable

Open-source bilingual AI-native Web3 curriculum: wallets, Bitcoin, Ethereum, DeFi, L2, DAO, smart accounts, llms.txt and MCP

ai-nativebitcoinbitcoin-educationblockchaincryptocurrency
Share:
614
Stars
0
Downloads
0
Weekly
0/5

What is Get Started with Web3?

Get Started with Web3 is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to open-source bilingual ai-native web3 curriculum: wallets, bitcoin, ethereum, defi, l2, dao, smart accounts, llms.txt and mcp

Open-source bilingual AI-native Web3 curriculum: wallets, Bitcoin, Ethereum, DeFi, L2, DAO, smart accounts, llms.txt and MCP

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Open-source bilingual AI-native Web3 curriculum: wallets, Bi

Use Cases

Learn Web3 concepts including Bitcoin, Ethereum, DeFi, and smart contracts. Access bilingual AI-native curriculum for blockchain education. Build blockchain applications with LLM assistance.
beihaili

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx get-started-with-web3

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 Get Started with Web3

Get Started with Web3 is a bilingual (English/Chinese), AI-native Web3 curriculum that exposes its lesson content through a local MCP server, letting AI assistants search lessons, read full lesson text with citations, retrieve role-based learning paths, and look up a 55-term glossary. The curriculum covers wallets, Bitcoin, Ethereum, DeFi, Layer 2 networks, DAOs, and smart accounts — all queryable by an AI agent without manual browsing. It is designed for developers, researchers, and investors who want an AI tutor that can pull authoritative, structured blockchain education content on demand.

Prerequisites

  • Node.js 18 or later installed
  • Git installed to clone the repository
  • An MCP-compatible client (Claude Desktop, Cursor, etc.)
  • Optional: a Gemini API key if you want the built-in AI Tutor feature
1

Clone the repository

Clone the Get-Started-with-Web3 repository from GitHub to a local directory you control.

git clone https://github.com/beihaili/Get-Started-with-Web3.git
cd Get-Started-with-Web3
2

Install dependencies

Install the Node.js packages required to run the curriculum site and its MCP server.

npm install
3

Start the MCP server

Run the dedicated MCP server script, which exposes the curriculum content over the Model Context Protocol via stdio.

npm run mcp:web3
4

Configure your MCP client

Add the server to your MCP client configuration, pointing to the absolute path of the cloned repository.

5

Verify the connection

Ask your AI assistant to list available Web3 lessons or search for a topic to confirm the MCP tools are reachable.

Get Started with Web3 Examples

Client configuration

Add this block to your claude_desktop_config.json or equivalent MCP client config, replacing the path with your actual clone location.

{
  "mcpServers": {
    "get-started-with-web3": {
      "command": "npm",
      "args": ["run", "mcp:web3"],
      "cwd": "/absolute/path/to/Get-Started-with-Web3"
    }
  }
}

Prompts to try

These prompts exercise the MCP tools: search_web3_content, read_web3_lesson, get_learning_path, lookup_web3_glossary, and compose_web3_context.

- "Search for lessons about DeFi liquidity pools and summarize what you find."
- "Get my learning path for a beginner who wants to understand Ethereum."
- "Look up the glossary definition for 'Layer 2' and explain it in simple terms."
- "Read the lesson on wallets and give me the three most important takeaways."
- "Compose a context pack on DAOs including citations from the curriculum."

Troubleshooting Get Started with Web3

npm run mcp:web3 exits immediately with 'script not found'

Make sure you ran 'npm install' first and that you are inside the cloned repository directory. The script is defined in package.json and requires all dependencies to be present.

AI assistant cannot find any lessons or returns empty results

Confirm the 'cwd' path in your MCP config is the absolute path to the cloned repo, not a relative path. Restart your MCP client after updating the config.

AI Tutor feature does not work

The built-in AI Tutor requires a Gemini API key provided by the user through the application's settings UI. The MCP curriculum tools are read-only and do not require this key.

Frequently Asked Questions about Get Started with Web3

What is Get Started with Web3?

Get Started with Web3 is a Model Context Protocol (MCP) server that open-source bilingual ai-native web3 curriculum: wallets, bitcoin, ethereum, defi, l2, dao, smart accounts, llms.txt and mcp It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Get Started with Web3?

Follow the installation instructions on the Get Started with Web3 GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Get Started with Web3?

Get Started with Web3 works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Get Started with Web3 free to use?

Yes, Get Started with Web3 is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "get-started-with-web3": { "command": "npx", "args": ["-y", "get-started-with-web3"] } } }

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

Read the full setup guide →

Ready to use Get Started with Web3?

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