Get Started with Web3
Open-source bilingual AI-native Web3 curriculum: wallets, Bitcoin, Ethereum, DeFi, L2, DAO, smart accounts, llms.txt and MCP
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
Maintainer
Works with
Installation
Manual Installation
npx get-started-with-web3Configuration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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-Web3Install dependencies
Install the Node.js packages required to run the curriculum site and its MCP server.
npm installStart the MCP server
Run the dedicated MCP server script, which exposes the curriculum content over the Model Context Protocol via stdio.
npm run mcp:web3Configure your MCP client
Add the server to your MCP client configuration, pointing to the absolute path of the cloned repository.
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.
Get Started with Web3 Alternatives — Similar Developer Tools Servers
Looking for alternatives to Get Started with Web3? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Get Started with Web3 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 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.