MCP for Beginners
MCP ServerFeaturedby Community · Added 5mo ago
Claude
15.8k
Install
See GitHub for installationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-for-beginners": {
"command": "npx",
"args": [
"mcp-for-beginners"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Provides an open-source curriculum designed to teach the concepts and fundamentals of the Model Context Protocol through practical code examples.
Tags
API Developmentmcp-servertop-100